Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dbpf.h6546 struct bpf_sock { struct
6547 __u32 bound_dev_if;
6548 __u32 family;
6549 __u32 type;
6550 __u32 protocol;
6551 __u32 mark;
6552 __u32 priority;
6554 __u32 src_ip4;
6555 __u32 src_ip6[4];
6556 __u32 src_port; /* host byte order */
[all …]
/linux/include/uapi/linux/
H A Dbpf.h6546 struct bpf_sock { struct
6547 __u32 bound_dev_if;
6548 __u32 family;
6549 __u32 type;
6550 __u32 protocol;
6551 __u32 mark;
6552 __u32 priority;
6554 __u32 src_ip4;
6555 __u32 src_ip6[4];
6556 __u32 src_port; /* host byte order */
[all …]
/linux/net/core/
H A Dfilter.c5795 static bool is_locked_tcp_sock_ops(struct bpf_sock_ops_kern *bpf_sock) in is_locked_tcp_sock_ops()
6042 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
6068 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn()
6136 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
6178 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
8056 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
8137 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument
8215 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument