Searched refs:sk_lookup (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/bpf/ |
H A D | prog_sk_lookup.rst | 4 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 D | bpf_types.h | 67 BPF_PROG_TYPE(BPF_PROG_TYPE_SK_LOOKUP, sk_lookup,
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 130 | ``BPF_PROG_TYPE_SK_LOOKUP`` | ``BPF_SK_LOOKUP`` | ``sk_lookup`…
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-prog.rst | 54 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
|
/openbmc/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 493 fentry fexit freplace sk_lookup'
|
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 9927 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 D | filter.c | 6605 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()
|