Home
last modified time | relevance | path

Searched refs:metrics_t (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c71 } metrics_t; typedef
264 __type(value, metrics_t);
267 static metrics_t *get_global_metrics(void) in get_global_metrics()
295 metrics_t *metrics) in forward_with_gre()
422 metrics_t *metrics) in forward_to_next_hop()
590 uint64_t tuplen, metrics_t *metrics) in classify_icmp()
606 metrics_t *metrics) in process_icmpv4()
655 metrics_t *metrics) in process_icmpv6()
749 __u64 *offset, metrics_t *metrics) in process_ipv4()
791 __u64 *offset, metrics_t *metrics) in process_ipv6()
[all …]
H A Dtest_cls_redirect.c77 } metrics_t; typedef
372 __type(value, metrics_t);
375 static INLINING metrics_t *get_global_metrics(void) in get_global_metrics()
403 struct in_addr *next_hop, metrics_t *metrics) in forward_with_gre()
530 struct in_addr *next_hop, metrics_t *metrics) in forward_to_next_hop()
703 metrics_t *metrics) in classify_icmp()
818 metrics_t *metrics) in process_tcp()
840 metrics_t *metrics) in process_udp()
857 static INLINING verdict_t process_ipv4(buf_t *pkt, metrics_t *metrics) in process_ipv4()
894 static INLINING verdict_t process_ipv6(buf_t *pkt, metrics_t *metrics) in process_ipv6()
[all …]