Lines Matching defs:bpf_sock_ops
2682 * u64 bpf_get_socket_cookie(struct bpf_sock_ops *ctx)
2685 * *skb*, but gets socket from **struct bpf_sock_ops** context.
2724 * * **struct bpf_sock_ops** for **BPF_PROG_TYPE_SOCK_OPS**.
2843 * long bpf_sock_map_update(struct bpf_sock_ops *skops, struct bpf_map *map, void *key, u64 flags)
2963 * * **struct bpf_sock_ops** for **BPF_PROG_TYPE_SOCK_OPS**.
3000 * long bpf_sock_ops_cb_flags_set(struct bpf_sock_ops *bpf_sock, int argval)
3003 * for the full TCP socket associated to *bpf_sock_ops* to
3302 * long bpf_sock_hash_update(struct bpf_sock_ops *skops, struct bpf_map *map, void *key, u64 flags)
4555 * long bpf_load_hdr_opt(struct bpf_sock_ops *skops, void *searchby_res, u32 len, u64 flags)
4561 * *skops*\ **->skb_data**. The comment in **struct bpf_sock_ops**
4618 * long bpf_store_hdr_opt(struct bpf_sock_ops *skops, const void *from, u32 len, u64 flags)
4651 * long bpf_reserve_hdr_opt(struct bpf_sock_ops *skops, u32 len, u64 flags)
6629 /* User bpf_sock_ops struct to access socket values and specify request ops
6635 struct bpf_sock_ops {