Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dbpf.h6914 __u32 is_fullsock; /* Some TCP fields are only valid if
6879 __u32 is_fullsock; /* Some TCP fields are only valid if global() member
/linux/include/linux/
H A Dfilter.h1587 u8 is_fullsock; member
/linux/net/ipv4/
H A Dtcp_output.c516 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
562 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
H A Dtcp_input.c174 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
191 sock_ops.is_fullsock = 1; in bpf_skops_established()
/linux/net/core/
H A Dfilter.c10640 is_fullsock), \ in sock_ops_convert_ctx_access()
10643 is_fullsock)); \ in sock_ops_convert_ctx_access()
10841 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
10844 is_fullsock), in sock_ops_convert_ctx_access()
10847 is_fullsock)); in sock_ops_convert_ctx_access()
/linux/include/net/
H A Dtcp.h2912 sock_ops.is_fullsock = 1; in tcp_call_bpf()