Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c10275 is_fullsock), \ in sock_ops_convert_ctx_access()
10278 is_fullsock)); \ in sock_ops_convert_ctx_access()
10316 is_fullsock), \ in sock_ops_convert_ctx_access()
10319 is_fullsock)); \ in sock_ops_convert_ctx_access()
10363 is_fullsock), \ in sock_ops_convert_ctx_access()
10366 is_fullsock)); \ in sock_ops_convert_ctx_access()
10516 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
10519 is_fullsock), in sock_ops_convert_ctx_access()
10522 is_fullsock)); in sock_ops_convert_ctx_access()
/openbmc/linux/include/linux/
H A Dfilter.h1305 u8 is_fullsock; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6616 __u32 is_fullsock; /* Some TCP fields are only valid if member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6616 __u32 is_fullsock; /* Some TCP fields are only valid if member
/openbmc/linux/net/ipv4/
H A Dtcp_output.c519 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
564 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
H A Dtcp_input.c170 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
186 sock_ops.is_fullsock = 1; in bpf_skops_established()
/openbmc/linux/include/net/
H A Dtcp.h2424 sock_ops.is_fullsock = 1; in tcp_call_bpf()