Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c69 } metrics_t; typedef
262 __type(value, metrics_t);
265 static metrics_t *get_global_metrics(void) in get_global_metrics()
293 metrics_t *metrics) in forward_with_gre()
420 metrics_t *metrics) in forward_to_next_hop()
588 uint64_t tuplen, metrics_t *metrics) in classify_icmp()
604 metrics_t *metrics) in process_icmpv4()
653 metrics_t *metrics) in process_icmpv6()
747 __u64 *offset, metrics_t *metrics) in process_ipv4()
789 __u64 *offset, metrics_t *metrics) in process_ipv6()
[all …]
H A Dtest_cls_redirect.c74 } metrics_t; typedef
369 __type(value, metrics_t);
372 static INLINING metrics_t *get_global_metrics(void) in get_global_metrics()
400 struct in_addr *next_hop, metrics_t *metrics) in forward_with_gre()
527 struct in_addr *next_hop, metrics_t *metrics) in forward_to_next_hop()
700 metrics_t *metrics) in classify_icmp()
815 metrics_t *metrics) in process_tcp()
837 metrics_t *metrics) in process_udp()
854 static INLINING verdict_t process_ipv4(buf_t *pkt, metrics_t *metrics) in process_ipv4()
891 static INLINING verdict_t process_ipv6(buf_t *pkt, metrics_t *metrics) in process_ipv6()
[all …]