Searched refs:classify_udp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 570 static verdict_t classify_udp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen) in classify_udp() function 595 return classify_udp(skb, tuple, tuplen); in classify_icmp() 743 return classify_udp(skb, &tuple, tuplen); in process_udp()
|
H A D | test_cls_redirect.c | 680 static INLINING verdict_t classify_udp(struct __sk_buff *skb, in classify_udp() function 707 return classify_udp(skb, tuple, tuplen); in classify_icmp() 851 return classify_udp(pkt->skb, &tuple, tuplen); in process_udp()
|