Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dfilter.c9334 is_fullsock), \ in sock_ops_convert_ctx_access()
9337 is_fullsock)); \ in sock_ops_convert_ctx_access()
9375 is_fullsock), \ in sock_ops_convert_ctx_access()
9378 is_fullsock)); \ in sock_ops_convert_ctx_access()
9422 is_fullsock), \ in sock_ops_convert_ctx_access()
9425 is_fullsock)); \ in sock_ops_convert_ctx_access()
9577 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
9580 is_fullsock), in sock_ops_convert_ctx_access()
9583 is_fullsock)); in sock_ops_convert_ctx_access()
/Linux-v5.15/include/uapi/linux/
Dbpf.h5692 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5692 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v5.15/include/linux/
Dfilter.h1317 u8 is_fullsock; member
/Linux-v5.15/net/ipv4/
Dtcp_output.c512 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
557 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-v5.15/include/net/
Dtcp.h2268 sock_ops.is_fullsock = 1; in tcp_call_bpf()