Searched refs:classify_tcp (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_cls_redirect.c | 650 static INLINING verdict_t classify_tcp(struct __sk_buff *skb, in classify_tcp() function 707 return classify_tcp(skb, tuple, tuplen, NULL, NULL); in classify_icmp() 836 return classify_tcp(pkt->skb, &tuple, tuplen, iph, tcp); in process_tcp()
|
D | test_cls_redirect_dynptr.c | 540 static verdict_t classify_tcp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, in classify_tcp() function 594 return classify_tcp(skb, tuple, tuplen, NULL, NULL); in classify_icmp() 726 return classify_tcp(skb, &tuple, tuplen, info->hdr, &tcp); in process_tcp()
|