Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c10361 is_fullsock), \ in sock_ops_convert_ctx_access()
10364 is_fullsock)); \ in sock_ops_convert_ctx_access()
10402 is_fullsock), \ in sock_ops_convert_ctx_access()
10405 is_fullsock)); \ in sock_ops_convert_ctx_access()
10449 is_fullsock), \ in sock_ops_convert_ctx_access()
10452 is_fullsock)); \ in sock_ops_convert_ctx_access()
10602 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
10605 is_fullsock), in sock_ops_convert_ctx_access()
10608 is_fullsock)); in sock_ops_convert_ctx_access()
/linux/include/uapi/linux/
H A Dbpf.h6790 __u32 is_fullsock; /* Some TCP fields are only valid if member
/linux/tools/include/uapi/linux/
H A Dbpf.h6790 __u32 is_fullsock; /* Some TCP fields are only valid if member
/linux/include/linux/
H A Dfilter.h1509 u8 is_fullsock; member
/linux/net/ipv4/
H A Dtcp_output.c524 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
569 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
H A Dtcp_input.c171 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
187 sock_ops.is_fullsock = 1; in bpf_skops_established()
/linux/include/net/
H A Dtcp.h2651 sock_ops.is_fullsock = 1; in tcp_call_bpf()