Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2380 struct bpf_sock { struct
2381 __u32 bound_dev_if;
2382 __u32 family;
2383 __u32 type;
2384 __u32 protocol;
2385 __u32 mark;
2386 __u32 priority;
2387 __u32 src_ip4; /* Allows 1,2,4-byte read.
2390 __u32 src_ip6[4]; /* Allows 1,2,4-byte read.
2393 __u32 src_port; /* Allows 4-byte read.
/Linux-v4.19/include/uapi/linux/
Dbpf.h2380 struct bpf_sock { struct
2381 __u32 bound_dev_if;
2382 __u32 family;
2383 __u32 type;
2384 __u32 protocol;
2385 __u32 mark;
2386 __u32 priority;
2387 __u32 src_ip4; /* Allows 1,2,4-byte read.
2390 __u32 src_ip6[4]; /* Allows 1,2,4-byte read.
2393 __u32 src_port; /* Allows 4-byte read.
/Linux-v4.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
/Linux-v4.19/net/core/
Dfilter.c3893 BPF_CALL_5(bpf_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4038 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4109 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument