Searched refs:classify_tcp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 538 static verdict_t classify_tcp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, in classify_tcp() function 592 return classify_tcp(skb, tuple, tuplen, NULL, NULL); in classify_icmp() 724 return classify_tcp(skb, &tuple, tuplen, info->hdr, &tcp); in process_tcp()
|
H A D | test_cls_redirect.c | 647 static INLINING verdict_t classify_tcp(struct __sk_buff *skb, in classify_tcp() function 704 return classify_tcp(skb, tuple, tuplen, NULL, NULL); in classify_icmp() 833 return classify_tcp(pkt->skb, &tuple, tuplen, iph, tcp); in process_tcp()
|