Searched defs:tuplen (Results 1 - 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect.c | 824 uint64_t tuplen = in process_tcp() local 640 classify_tcp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen, void *iph, struct tcphdr *tcp) classify_tcp() argument 673 classify_udp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen) classify_udp() argument 691 classify_icmp(struct __sk_buff *skb, uint8_t proto, struct bpf_sock_tuple *tuple, uint64_t tuplen, metrics_t *metrics) classify_icmp() argument 842 uint64_t tuplen = process_udp() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect.c | 831 uint64_t tuplen = in process_tcp() local 647 classify_tcp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen, void *iph, struct tcphdr *tcp) classify_tcp() argument 680 classify_udp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen) classify_udp() argument 698 classify_icmp(struct __sk_buff *skb, uint8_t proto, struct bpf_sock_tuple *tuple, uint64_t tuplen, metrics_t *metrics) classify_icmp() argument 849 uint64_t tuplen = process_udp() local [all...] |
| 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() argument 709 uint64_t tuplen; in process_tcp() local 538 classify_tcp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, uint64_t tuplen, void *iph, struct tcphdr *tcp) classify_tcp() argument 587 classify_icmp(struct __sk_buff *skb, uint8_t proto, struct bpf_sock_tuple *tuple, uint64_t tuplen, metrics_t *metrics) classify_icmp() argument 732 uint64_t tuplen; process_udp() local [all...] |
Completed in 4 milliseconds