Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dfilter.c9079 is_fullsock), \ in sock_ops_convert_ctx_access()
9082 is_fullsock)); \ in sock_ops_convert_ctx_access()
9120 is_fullsock), \ in sock_ops_convert_ctx_access()
9123 is_fullsock)); \ in sock_ops_convert_ctx_access()
9167 is_fullsock), \ in sock_ops_convert_ctx_access()
9170 is_fullsock)); \ in sock_ops_convert_ctx_access()
9322 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
9325 is_fullsock), in sock_ops_convert_ctx_access()
9328 is_fullsock)); in sock_ops_convert_ctx_access()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4505 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v5.10/include/uapi/linux/
Dbpf.h4505 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v5.10/include/linux/
Dfilter.h1257 u8 is_fullsock; member
/Linux-v5.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()
/Linux-v5.10/include/net/
Dtcp.h2259 sock_ops.is_fullsock = 1; in tcp_call_bpf()