Home
last modified time | relevance | path

Searched refs:is_fullsock (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2723 __u32 is_fullsock; /* Some TCP fields are only valid if member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2723 __u32 is_fullsock; /* Some TCP fields are only valid if member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c9105 is_fullsock), \ in sock_ops_convert_ctx_access()
9108 is_fullsock)); \ in sock_ops_convert_ctx_access()
9146 is_fullsock), \ in sock_ops_convert_ctx_access()
9149 is_fullsock)); \ in sock_ops_convert_ctx_access()
9193 is_fullsock), \ in sock_ops_convert_ctx_access()
9196 is_fullsock)); \ in sock_ops_convert_ctx_access()
9348 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
9351 is_fullsock), in sock_ops_convert_ctx_access()
9354 is_fullsock)); in sock_ops_convert_ctx_access()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4506 __u32 is_fullsock; /* Some TCP fields are only valid if member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4506 __u32 is_fullsock; /* Some TCP fields are only valid if member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h1273 u8 is_fullsock; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c509 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
554 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
H A Dtcp_input.c170 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
186 sock_ops.is_fullsock = 1; in bpf_skops_established()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h2278 sock_ops.is_fullsock = 1; in tcp_call_bpf()