Home | History | Annotate | Download | only in linux

Lines Matching refs:bpf_sock

1689  * int bpf_sock_ops_cb_flags_set(struct bpf_sock_ops *bpf_sock, int argval)
2197 * struct bpf_sock *bpf_sk_lookup_tcp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags)
2229 * Pointer to **struct bpf_sock**, or **NULL** in case of failure.
2230 * For sockets with reuseport option, the **struct bpf_sock**
2233 * struct bpf_sock *bpf_sk_lookup_udp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags)
2265 * Pointer to **struct bpf_sock**, or **NULL** in case of failure.
2266 * For sockets with reuseport option, the **struct bpf_sock**
2269 * int bpf_sk_release(struct bpf_sock *sock)
2587 struct bpf_sock {