Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | bpf.h | 5960 struct bpf_sock { struct 5961 __u32 bound_dev_if; 5962 __u32 family; 5963 __u32 type; 5964 __u32 protocol; 5965 __u32 mark; 5966 __u32 priority; 5968 __u32 src_ip4; 5969 __u32 src_ip6[4]; 5970 __u32 src_port; /* host byte order */ [all …]
|
| /Linux-v6.1/include/uapi/linux/ |
| D | bpf.h | 5960 struct bpf_sock { struct 5961 __u32 bound_dev_if; 5962 __u32 family; 5963 __u32 type; 5964 __u32 protocol; 5965 __u32 mark; 5966 __u32 priority; 5968 __u32 src_ip4; 5969 __u32 src_ip6[4]; 5970 __u32 src_port; /* host byte order */ [all …]
|
| /Linux-v6.1/net/core/ |
| D | filter.c | 5431 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5448 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5516 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5555 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 7241 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7319 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7397 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|