Searched refs:bpf_sk_lookup_udp (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | vrf_socket_lookup.c | 49 sk = bpf_sk_lookup_udp(ctx, tp, tplen, CUR_NS, 0); in socket_lookup()
|
H A D | connect6_prog.c | 51 sk = bpf_sk_lookup_udp(ctx, &tuple, sizeof(tuple.ipv6), in connect_v6_prog()
|
H A D | test_sk_assign.c | 114 sk = bpf_sk_lookup_udp(skb, tuple, tuple_len, BPF_F_CURRENT_NETNS, 0); in handle_udp()
|
H A D | connect4_prog.c | 177 sk = bpf_sk_lookup_udp(ctx, &tuple, sizeof(tuple.ipv4), in connect_v4_prog()
|
H A D | test_cls_redirect.c | 687 bpf_sk_lookup_udp(skb, tuple, tuplen, BPF_F_CURRENT_NETNS, 0); in classify_udp()
|
H A D | test_cls_redirect_dynptr.c | 575 bpf_sk_lookup_udp(skb, tuple, tuplen, BPF_F_CURRENT_NETNS, 0); in classify_udp()
|
/linux/net/core/ |
H A D | filter.c | 6886 BPF_CALL_5(bpf_sk_lookup_udp, struct sk_buff *, skb, in BPF_CALL_5() argument 6894 .func = bpf_sk_lookup_udp,
|