Searched defs:tuplen (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 539 uint64_t tuplen, void *iph, struct tcphdr *tcp) in classify_tcp() 570 static verdict_t classify_udp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen) in classify_udp() 588 uint64_t tuplen, metrics_t *metrics) in classify_icmp() 709 uint64_t tuplen; in process_tcp() local 732 uint64_t tuplen; in process_udp() local
|
H A D | test_cls_redirect.c | 648 struct bpf_sock_tuple *tuple, uint64_t tuplen, in classify_tcp() 681 struct bpf_sock_tuple *tuple, uint64_t tuplen) in classify_udp() 699 struct bpf_sock_tuple *tuple, uint64_t tuplen, in classify_icmp() 831 uint64_t tuplen = in process_tcp() local 849 uint64_t tuplen = in process_udp() local
|