Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dfilter.c10179 is_fullsock), \ in sock_ops_convert_ctx_access()
10182 is_fullsock)); \ in sock_ops_convert_ctx_access()
10220 is_fullsock), \ in sock_ops_convert_ctx_access()
10223 is_fullsock)); \ in sock_ops_convert_ctx_access()
10267 is_fullsock), \ in sock_ops_convert_ctx_access()
10270 is_fullsock)); \ in sock_ops_convert_ctx_access()
10420 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
10423 is_fullsock), in sock_ops_convert_ctx_access()
10426 is_fullsock)); in sock_ops_convert_ctx_access()
/Linux-v6.6/include/linux/
Dfilter.h1301 u8 is_fullsock; member
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6608 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v6.6/include/uapi/linux/
Dbpf.h6608 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v6.6/net/ipv4/
Dtcp_output.c519 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
564 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
Dtcp_input.c170 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
186 sock_ops.is_fullsock = 1; in bpf_skops_established()
/Linux-v6.6/include/net/
Dtcp.h2416 sock_ops.is_fullsock = 1; in tcp_call_bpf()