Home
last modified time | relevance | path

Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dbpf.h6326 struct bpf_sock { struct
6328 __u32 family;
6329 __u32 type;
6330 __u32 protocol;
6331 __u32 mark;
6332 __u32 priority;
6334 __u32 src_ip4;
6335 __u32 src_ip6[4];
6339 __u32 dst_ip4;
6340 __u32 dst_ip6[4];
[all …]
/linux/tools/include/uapi/linux/
H A Dbpf.h6326 struct bpf_sock { struct
6328 __u32 family;
6329 __u32 type;
6330 __u32 protocol;
6331 __u32 mark;
6332 __u32 priority;
6334 __u32 src_ip4;
6335 __u32 src_ip6[4];
6339 __u32 dst_ip4;
6340 __u32 dst_ip6[4];
[all …]
/linux/net/core/
H A Dfilter.c5598 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5615 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn()
5683 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5722 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
7538 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
7616 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
7694 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument