Searched refs:bpf_sock (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 10 struct bpf_sock; 1551 * **bpf_sock_ops_cb_flags_set(bpf_sock,** 1552 * **bpf_sock->bpf_sock_ops_cb_flags & ~BPF_SOCK_OPS_RTO_CB_FLAG)** 1569 static long (*bpf_sock_ops_cb_flags_set)(struct bpf_sock_ops *bpf_sock, int argval) = (void *) 59; 2217 * Pointer to **struct bpf_sock**, or **NULL** in case of failure. 2218 * For sockets with reuseport option, the **struct bpf_sock** 2222 static struct bpf_sock *(*bpf_sk_lookup_tcp)(void *ctx, struct bpf_sock_tuple *tuple, __u32 tuple_size, __u64 netns, __u64 flags) = (void *) 84; 2258 * Pointer to **struct bpf_sock**, or **NULL** in case of failure. 2259 * For sockets with reuseport option, the **struct bpf_sock** 2263 static struct bpf_sock *(*bpf_sk_lookup_ud [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 3000 * long bpf_sock_ops_cb_flags_set(struct bpf_sock_ops *bpf_sock, int argval) 3027 * **bpf_sock_ops_cb_flags_set(bpf_sock,** 3028 * **bpf_sock->bpf_sock_ops_cb_flags & ~BPF_SOCK_OPS_RTO_CB_FLAG)** 3560 * struct bpf_sock *bpf_sk_lookup_tcp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags) 3592 * Pointer to **struct bpf_sock**, or **NULL** in case of failure. 3593 * For sockets with reuseport option, the **struct bpf_sock** 3597 * struct bpf_sock *bpf_sk_lookup_udp(void *ctx, struct bpf_sock_tuple *tuple, u32 tuple_size, u64 netns, u64 flags) 3629 * Pointer to **struct bpf_sock**, or **NULL** in case of failure. 3630 * For sockets with reuseport option, the **struct bpf_sock** 3761 * struct bpf_sock *bpf_sk_fullsoc 6213 struct bpf_sock { global() struct [all...] |
Completed in 11 milliseconds