Home
last modified time | relevance | path

Searched refs:sockopt (Results 1 – 8 of 8) 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/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/bridge/netfilter/
H A DKconfig42 # old sockopt interface and eval loop
/linux/net/ipv6/netfilter/
H A DKconfig9 # old sockopt interface and eval loop
/linux/net/ipv4/netfilter/
H A DKconfig13 # old sockopt interface and eval loop