Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h596 __u32 is_fullsock; member
/kernel/linux/linux-5.10/net/core/
Dfilter.c9081 is_fullsock), \ in sock_ops_convert_ctx_access()
9084 is_fullsock)); \ in sock_ops_convert_ctx_access()
9122 is_fullsock), \ in sock_ops_convert_ctx_access()
9125 is_fullsock)); \ in sock_ops_convert_ctx_access()
9169 is_fullsock), \ in sock_ops_convert_ctx_access()
9172 is_fullsock)); \ in sock_ops_convert_ctx_access()
9324 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
9327 is_fullsock), in sock_ops_convert_ctx_access()
9330 is_fullsock)); in sock_ops_convert_ctx_access()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4505 __u32 is_fullsock; /* Some TCP fields are only valid if member
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4505 __u32 is_fullsock; /* Some TCP fields are only valid if member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h861 __u32 is_fullsock; member
/kernel/linux/linux-5.10/include/linux/
Dfilter.h1273 u8 is_fullsock; member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c511 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
556 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
Dtcp_input.c169 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
185 sock_ops.is_fullsock = 1; in bpf_skops_established()
/kernel/linux/linux-5.10/include/net/
Dtcp.h2263 sock_ops.is_fullsock = 1; in tcp_call_bpf()