Searched refs:is_fullsock (Results 1 - 7 of 7) sorted by path

/linux-master/include/linux/
H A Dfilter.h1355 u8 is_fullsock;
1354 u8 is_fullsock; member in struct:bpf_sock_ops_kern
/linux-master/include/net/
H A Dtcp.h2631 sock_ops.is_fullsock = 1;
/linux-master/include/uapi/linux/
H A Dbpf.h6771 __u32 is_fullsock; /* Some TCP fields are only valid if member in struct:bpf_sock_ops
/linux-master/net/core/
H A Dfilter.c10299 is_fullsock), \
10302 is_fullsock)); \
10340 is_fullsock), \
10343 is_fullsock)); \
10387 is_fullsock), \
10390 is_fullsock)); \
10540 case offsetof(struct bpf_sock_ops, is_fullsock):
10543 is_fullsock),
10546 is_fullsock));
/linux-master/net/ipv4/
H A Dtcp_input.c170 sock_ops.is_fullsock = 1;
186 sock_ops.is_fullsock = 1;
H A Dtcp_output.c520 sock_ops.is_fullsock = 1;
565 sock_ops.is_fullsock = 1;
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6771 __u32 is_fullsock; /* Some TCP fields are only valid if member in struct:bpf_sock_ops

Completed in 335 milliseconds