Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h6811 __u32 is_fullsock; /* Some TCP fields are only valid if member
/linux-6.15/include/uapi/linux/
H A Dbpf.h6811 __u32 is_fullsock; /* Some TCP fields are only valid if member
/linux-6.15/include/linux/
H A Dfilter.h1530 u8 is_fullsock; member
/linux-6.15/net/ipv4/
H A Dtcp_output.c527 sock_ops.is_fullsock = 1; in bpf_skops_hdr_opt_len()
573 sock_ops.is_fullsock = 1; in bpf_skops_write_hdr_opt()
H A Dtcp_input.c172 sock_ops.is_fullsock = 1; in bpf_skops_parse_hdr()
189 sock_ops.is_fullsock = 1; in bpf_skops_established()
/linux-6.15/net/core/
H A Dfilter.c10475 is_fullsock), \ in sock_ops_convert_ctx_access()
10478 is_fullsock)); \ in sock_ops_convert_ctx_access()
10675 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
10678 is_fullsock), in sock_ops_convert_ctx_access()
10681 is_fullsock)); in sock_ops_convert_ctx_access()
H A Dsock.c959 sock_ops.is_fullsock = 1; in bpf_skops_tx_timestamping()
/linux-6.15/include/net/
H A Dtcp.h2728 sock_ops.is_fullsock = 1; in tcp_call_bpf()