Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | bpf.h | 3060 struct bpf_sock { struct 3061 __u32 bound_dev_if; 3062 __u32 family; 3063 __u32 type; 3064 __u32 protocol; 3065 __u32 mark; 3066 __u32 priority; 3068 __u32 src_ip4; 3069 __u32 src_ip6[4]; 3070 __u32 src_port; /* host byte order */ [all …]
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | bpf.h | 3060 struct bpf_sock { struct 3061 __u32 bound_dev_if; 3062 __u32 family; 3063 __u32 type; 3064 __u32 protocol; 3065 __u32 mark; 3066 __u32 priority; 3068 __u32 src_ip4; 3069 __u32 src_ip6[4]; 3070 __u32 src_port; /* host byte order */ [all …]
|
/Linux-v5.4/net/core/ |
D | filter.c | 4215 BPF_CALL_5(bpf_sockopt_event_output, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 4235 BPF_CALL_5(bpf_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 4397 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 4480 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
|