Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbpf.h3327 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h3327 __u32 is_fullsock; /* Some TCP fields are only valid if member
/Linux-v5.4/net/core/
Dfilter.c7991 is_fullsock), \ in sock_ops_convert_ctx_access()
7994 is_fullsock)); \ in sock_ops_convert_ctx_access()
8032 is_fullsock), \ in sock_ops_convert_ctx_access()
8035 is_fullsock)); \ in sock_ops_convert_ctx_access()
8182 case offsetof(struct bpf_sock_ops, is_fullsock): in sock_ops_convert_ctx_access()
8185 is_fullsock), in sock_ops_convert_ctx_access()
8188 is_fullsock)); in sock_ops_convert_ctx_access()
8292 is_fullsock), in sock_ops_convert_ctx_access()
8295 is_fullsock)); in sock_ops_convert_ctx_access()
/Linux-v5.4/include/linux/
Dfilter.h1195 u32 is_fullsock; member
/Linux-v5.4/include/net/
Dtcp.h2170 sock_ops.is_fullsock = 1; in tcp_call_bpf()