Home
last modified time | relevance | path

Searched refs:sockopt (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c57 } sockopt; member
154 opt.sockopt.priority = atoi(optarg); in cs_parse_args()
165 opt.sockopt.mark = atoi(optarg); in cs_parse_args()
182 opt.sockopt.dontfrag = atoi(optarg); in cs_parse_args()
189 opt.sockopt.tclass = atoi(optarg); in cs_parse_args()
196 opt.sockopt.hlimit = atoi(optarg); in cs_parse_args()
418 if (opt.sockopt.mark && in ca_set_sockopts()
420 &opt.sockopt.mark, sizeof(opt.sockopt.mark))) in ca_set_sockopts()
422 if (opt.sockopt.priority && in ca_set_sockopts()
424 &opt.sockopt.priority, sizeof(opt.sockopt.priority))) in ca_set_sockopts()
[all …]
H A Drxtimestamp.c44 struct options sockopt; member
151 if (t->sockopt.so_timestamp) in print_test_case()
153 if (t->sockopt.so_timestampns) in print_test_case()
155 if (t->sockopt.so_timestamping) { in print_test_case()
158 if (t->sockopt.so_timestamping & sof_flags[f].mask) in print_test_case()
352 config_so_flags(rcv, test_cases[test_num].sockopt); in run_test_case()
H A Dpsock_fanout.c160 int sockopt; in sock_fanout_getopts() local
161 socklen_t sockopt_len = sizeof(sockopt); in sock_fanout_getopts()
164 &sockopt, &sockopt_len)) { in sock_fanout_getopts()
168 *typeflags = sockopt >> 16; in sock_fanout_getopts()
169 *group_id = sockopt & 0xfffff; in sock_fanout_getopts()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_nagle_sockopt_cork_nodelay.pkt2 // Test TCP_CORK and TCP_NODELAY sockopt behavior
14 // Set TCP_CORK sockopt to hold small packets
25 // Set TCP_CORK sockopt to hold small packets
31 // Set TCP_NODELAY sockopt should push pending bytes out
40 // Set TCP_NODELAY sockopt should push pending bytes out
H A Dtcp_fastopen_server_sockopt-fastopen-key.pkt4 // IP addresses with a master key specified via sockopt TCP_FASTOPEN_KEY
/linux/net/mptcp/
H A DMakefile5 mib.o pm_netlink.o sockopt.o pm_userspace.o fastopen.o sched.o \
/linux/Documentation/bpf/
H A Dprog_cgroup_sockopt.rst22 sockopt and it has writable context: it can modify the supplied arguments
44 sockopt. The BPF hook can observe ``optval``, ``optlen`` and ``retval``
/linux/net/ipv6/netfilter/
H A DKconfig9 # old sockopt interface and eval loop
/linux/net/bridge/netfilter/
H A DKconfig42 # old sockopt interface and eval loop
/linux/net/ipv4/netfilter/
H A DKconfig13 # old sockopt interface and eval loop
/linux/Documentation/networking/
H A Drxrpc.rst533 A keyring is passed to the server socket by naming it in a sockopt. The server
818 the key bound to the socket with the RXRPC_SECURITY_KEY sockopt. Calls
1062 (#) Apply the RXRPC_MIN_SECURITY_LEVEL sockopt to a socket from within in the
H A Dip-sysctl.rst3434 transport info via SCTP_GET_PEER_ADDR_INFO sockopt.