Searched defs:tuplen (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_cls_redirect_dynptr.c | 541 uint64_t tuplen, void *iph, struct tcphdr *tcp) in classify_tcp() 572 static verdict_t classify_udp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen) in classify_udp() 590 uint64_t tuplen, metrics_t *metrics) in classify_icmp() 711 uint64_t tuplen; in process_tcp() local 734 uint64_t tuplen; in process_udp() local
|
D | test_cls_redirect.c | 651 struct bpf_sock_tuple *tuple, uint64_t tuplen, in classify_tcp() 684 struct bpf_sock_tuple *tuple, uint64_t tuplen) in classify_udp() 702 struct bpf_sock_tuple *tuple, uint64_t tuplen, in classify_icmp() 834 uint64_t tuplen = in process_tcp() local 852 uint64_t tuplen = in process_udp() local
|