Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h472 struct bpf_sock { struct
473 __u32 bound_dev_if;
474 __u32 family;
475 __u32 type;
476 __u32 protocol;
477 __u32 mark;
478 __u32 priority;
479 __u32 src_ip4;
480 __u32 src_ip6[4];
481 __u32 src_port;
/kernel/linux/linux-4.19/tools/include/uapi/linux/
Dbpf.h2381 struct bpf_sock { struct
2382 __u32 bound_dev_if;
2383 __u32 family;
2384 __u32 type;
2385 __u32 protocol;
2386 __u32 mark;
2387 __u32 priority;
2388 __u32 src_ip4; /* Allows 1,2,4-byte read.
2391 __u32 src_ip6[4]; /* Allows 1,2,4-byte read.
2394 __u32 src_port; /* Allows 4-byte read.
/kernel/linux/linux-4.19/include/uapi/linux/
Dbpf.h2383 struct bpf_sock { struct
2384 __u32 bound_dev_if;
2385 __u32 family;
2386 __u32 type;
2387 __u32 protocol;
2388 __u32 mark;
2389 __u32 priority;
2390 __u32 src_ip4; /* Allows 1,2,4-byte read.
2393 __u32 src_ip6[4]; /* Allows 1,2,4-byte read.
2396 __u32 src_port; /* Allows 4-byte read.
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4172 struct bpf_sock { struct
4173 __u32 bound_dev_if;
4174 __u32 family;
4175 __u32 type;
4176 __u32 protocol;
4177 __u32 mark;
4178 __u32 priority;
4180 __u32 src_ip4;
4181 __u32 src_ip6[4];
4182 __u32 src_port; /* host byte order */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h623 struct bpf_sock { struct
624 __u32 bound_dev_if;
625 __u32 family;
626 __u32 type;
627 __u32 protocol;
628 __u32 mark;
629 __u32 priority;
630 __u32 src_ip4;
631 __u32 src_ip6[4];
632 __u32 src_port;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4172 struct bpf_sock { struct
4173 __u32 bound_dev_if;
4174 __u32 family;
4175 __u32 type;
4176 __u32 protocol;
4177 __u32 mark;
4178 __u32 priority;
4180 __u32 src_ip4;
4181 __u32 src_ip6[4];
4182 __u32 src_port; /* host byte order */
[all …]
/kernel/linux/linux-5.10/net/core/
Dfilter.c5024 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5041 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn()
5109 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
5148 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
6680 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
6758 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
6836 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
/kernel/linux/linux-4.19/kernel/bpf/
Dsockmap.c2587 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
2612 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
/kernel/linux/linux-4.19/net/core/
Dfilter.c3893 BPF_CALL_5(bpf_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4043 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4114 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument