Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dfilter.c10003 is_fullsock), \ in sock_ops_convert_ctx_access()
10006 is_fullsock)); \ in sock_ops_convert_ctx_access()
10044 is_fullsock), \ in sock_ops_convert_ctx_access()
10047 is_fullsock)); \ in sock_ops_convert_ctx_access()
10091 is_fullsock), \ in sock_ops_convert_ctx_access()
10094 is_fullsock)); \ in sock_ops_convert_ctx_access()
10246 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
10249 is_fullsock), in sock_ops_convert_ctx_access()
10252 is_fullsock)); in sock_ops_convert_ctx_access()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h6334 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v6.1/include/uapi/linux/
Dbpf.h6334 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v6.1/include/linux/
Dfilter.h1310 u8 is_fullsock; member
/Linux-v6.1/net/ipv4/
Dtcp_output.c510 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
555 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.1/include/net/
Dtcp.h2333 sock_ops.is_fullsock = 1; in tcp_call_bpf()