Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/tools/include/uapi/linux/ |
D | bpf.h | 6343 struct bpf_sock { struct 6344 __u32 bound_dev_if; 6345 __u32 family; 6346 __u32 type; 6347 __u32 protocol; 6348 __u32 mark; 6349 __u32 priority; 6351 __u32 src_ip4; 6352 __u32 src_ip6[4]; 6353 __u32 src_port; /* host byte order */ [all …]
|
/linux-6.14.4/include/uapi/linux/ |
D | bpf.h | 6343 struct bpf_sock { struct 6344 __u32 bound_dev_if; 6345 __u32 family; 6346 __u32 type; 6347 __u32 protocol; 6348 __u32 mark; 6349 __u32 priority; 6351 __u32 src_ip4; 6352 __u32 src_ip6[4]; 6353 __u32 src_port; /* host byte order */ [all …]
|
/linux-6.14.4/net/core/ |
D | filter.c | 5658 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5675 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5743 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5782 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 7589 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7667 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7745 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|