Home
last modified time | relevance | path

Searched refs:sk_lookup (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dprog_sk_lookup.rst4 BPF sk_lookup program
7 BPF sk_lookup program type (``BPF_PROG_TYPE_SK_LOOKUP``) introduces programmability
11 When invoked BPF sk_lookup program can select a socket that will receive the
19 BPF sk_lookup program type was introduced to address setup scenarios where
36 BPF sk_lookup program can be attached to a network namespace with
46 The attached BPF sk_lookup programs run whenever the transport layer needs to
50 as usual without triggering the BPF sk_lookup hook.
58 A BPF sk_lookup program can also select a socket to receive the packet by
80 In its context, an instance of ``struct bpf_sk_lookup``, BPF sk_lookup program
97 See ``tools/testing/selftests/bpf/prog_tests/sk_lookup.c`` for the reference
/openbmc/linux/include/linux/
H A Dbpf_types.h67 BPF_PROG_TYPE(BPF_PROG_TYPE_SK_LOOKUP, sk_lookup,
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst130 | ``BPF_PROG_TYPE_SK_LOOKUP`` | ``BPF_SK_LOOKUP`` | ``sk_lookup`…
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst54 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
/openbmc/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool493 fentry fexit freplace sk_lookup'
/openbmc/linux/net/bluetooth/
H A Dmgmt.c9927 static void sk_lookup(struct mgmt_pending_cmd *cmd, void *data) in sk_lookup() function
9942 mgmt_pending_foreach(MGMT_OP_SET_DEV_CLASS, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
9943 mgmt_pending_foreach(MGMT_OP_ADD_UUID, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
9944 mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
/openbmc/linux/net/core/
H A Dfilter.c6605 static struct sock *sk_lookup(struct net *net, struct bpf_sock_tuple *tuple, in sk_lookup() function
6682 sk = sk_lookup(net, tuple, ifindex, sdif, family, proto); in __bpf_skc_lookup()
6687 sk = sk_lookup(net, tuple, ifindex, sdif, family, proto); in __bpf_skc_lookup()