Searched refs:sockopt (Results 1 – 8 of 8) sorted by relevance
31 if (!bpfilter_ops.sockopt) { in bpfilter_mbox_request()36 if (!bpfilter_ops.sockopt) { in bpfilter_mbox_request()46 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
2 obj-$(CONFIG_BPFILTER) += sockopt.o
44 struct options sockopt; member128 if (t->sockopt.so_timestamp) in print_test_case()130 if (t->sockopt.so_timestampns) in print_test_case()132 if (t->sockopt.so_timestamping) { in print_test_case()135 if (t->sockopt.so_timestamping & sof_flags[f].mask) in print_test_case()311 config_so_flags(rcv, t.sockopt); in run_test_case()
118 int sockopt; in sock_fanout_getopts() local119 socklen_t sockopt_len = sizeof(sockopt); in sock_fanout_getopts()122 &sockopt, &sockopt_len)) { in sock_fanout_getopts()126 *typeflags = sockopt >> 16; in sock_fanout_getopts()127 *group_id = sockopt & 0xfffff; in sock_fanout_getopts()
108 bpfilter_ops.sockopt = &__bpfilter_process_sockopt; in load_umh()122 bpfilter_ops.sockopt = NULL; in fini_umh()
17 int (*sockopt)(struct sock *sk, int optname, member
22 sockopt and it has writable context: it can modify the supplied arguments44 sockopt. The BPF hook can observe ``optval``, ``optlen`` and ``retval``
535 A keyring is passed to the server socket by naming it in a sockopt. The server810 the key bound to the socket with the RXRPC_SECURITY_KEY sockopt. Calls