Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6200 struct bpf_sock { struct 6201 __u32 bound_dev_if; 6202 __u32 family; 6203 __u32 type; 6204 __u32 protocol; 6205 __u32 mark; 6206 __u32 priority; 6208 __u32 src_ip4; 6209 __u32 src_ip6[4]; 6210 __u32 src_port; /* host byte order */ [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6203 struct bpf_sock { struct 6204 __u32 bound_dev_if; 6205 __u32 family; 6206 __u32 type; 6207 __u32 protocol; 6208 __u32 mark; 6209 __u32 priority; 6211 __u32 src_ip4; 6212 __u32 src_ip6[4]; 6213 __u32 src_port; /* host byte order */ [all …]
|
/openbmc/linux/net/core/ |
H A D | filter.c | 5605 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5622 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5690 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5729 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 7534 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7612 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7690 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|