Searched refs:is_fullsock (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf.h | 596 __u32 is_fullsock; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 4533 __u32 is_fullsock; /* Some TCP fields are only valid if member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 4533 __u32 is_fullsock; /* Some TCP fields are only valid if member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 861 __u32 is_fullsock; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 861 __u32 is_fullsock; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 9224 is_fullsock), \ in sock_ops_convert_ctx_access() 9227 is_fullsock)); \ in sock_ops_convert_ctx_access() 9265 is_fullsock), \ in sock_ops_convert_ctx_access() 9268 is_fullsock)); \ in sock_ops_convert_ctx_access() 9312 is_fullsock), \ in sock_ops_convert_ctx_access() 9315 is_fullsock)); \ in sock_ops_convert_ctx_access() 9467 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access() 9470 is_fullsock), in sock_ops_convert_ctx_access() 9473 is_fullsock)); in sock_ops_convert_ctx_access()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 10248 is_fullsock), \ in sock_ops_convert_ctx_access() 10251 is_fullsock)); \ in sock_ops_convert_ctx_access() 10289 is_fullsock), \ in sock_ops_convert_ctx_access() 10292 is_fullsock)); \ in sock_ops_convert_ctx_access() 10336 is_fullsock), \ in sock_ops_convert_ctx_access() 10339 is_fullsock)); \ in sock_ops_convert_ctx_access() 10489 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access() 10492 is_fullsock), in sock_ops_convert_ctx_access() 10495 is_fullsock)); in sock_ops_convert_ctx_access()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 1274 u8 is_fullsock; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 1305 u8 is_fullsock; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 6616 __u32 is_fullsock; /* Some TCP fields are only valid if member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 6616 __u32 is_fullsock; /* Some TCP fields are only valid if member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 510 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len() 555 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
|
H A D | tcp_input.c | 172 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr() 188 sock_ops.is_fullsock = 1; in bpf_skops_established()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 519 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len() 564 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
|
H A D | tcp_input.c | 170 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr() 186 sock_ops.is_fullsock = 1; in bpf_skops_established()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 2301 sock_ops.is_fullsock = 1; in tcp_call_bpf()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2423 sock_ops.is_fullsock = 1; in tcp_call_bpf()
|
Completed in 149 milliseconds