Searched refs:sockopt (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/bpfilter/ |
| H A D | sockopt.c | 29 if (!bpfilter_ops.sockopt) { in bpfilter_mbox_request() 34 if (!bpfilter_ops.sockopt) { in bpfilter_mbox_request() 48 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
|
| H A D | Makefile | 2 obj-$(CONFIG_BPFILTER) += sockopt.o
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | rxtimestamp.c | 44 struct options sockopt; member 133 if (t->sockopt.so_timestamp) in print_test_case() 135 if (t->sockopt.so_timestampns) in print_test_case() 137 if (t->sockopt.so_timestamping) { in print_test_case() 140 if (t->sockopt.so_timestamping & sof_flags[f].mask) in print_test_case() 334 config_so_flags(rcv, test_cases[test_num].sockopt); in run_test_case()
|
| H A D | psock_fanout.c | 118 int sockopt; in sock_fanout_getopts() local 119 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()
|
| /OK3568_Linux_fs/kernel/net/bpfilter/ |
| H A D | bpfilter_kern.c | 113 bpfilter_ops.sockopt = &bpfilter_process_sockopt; in load_umh() 128 bpfilter_ops.sockopt = NULL; in fini_umh()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpfilter.h | 20 int (*sockopt)(struct sock *sk, int optname, sockptr_t optval, member
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | prog_cgroup_sockopt.rst | 22 sockopt and it has writable context: it can modify the supplied arguments 44 sockopt. The BPF hook can observe ``optval``, ``optlen`` and ``retval``
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nspr/ |
| H A D | nspr_4.29.bb | 130 sockopt \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | rxrpc.rst | 535 A keyring is passed to the server socket by naming it in a sockopt. The server 821 the key bound to the socket with the RXRPC_SECURITY_KEY sockopt. Calls 1093 (#) Apply the RXRPC_MIN_SECURITY_LEVEL sockopt to a socket from within in the
|
| H A D | ip-sysctl.rst | 2420 sockopt. When it's unset, no SCTP_PEER_ADDR_CHANGE event with 2422 can be got via SCTP_GET_PEER_ADDR_INFO sockopt; When it's enabled, 2425 SCTP_GET_PEER_ADDR_INFO sockopt; When it's diabled, no 2428 sockopt.
|