Symbol: INLINING
tools/testing/selftests/bpf/progs/test_cls_redirect.c
199
static INLINING bool pkt_skip_ipv4_options(buf_t *buf, const struct iphdr *ipv4)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
208
static INLINING bool ipv4_is_fragment(const struct iphdr *ip)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
233
static INLINING bool pkt_parse_icmp_l4_ports(buf_t *pkt, flow_ports_t *ports)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
248
static INLINING uint16_t pkt_checksum_fold(uint32_t csum)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
258
static INLINING void pkt_ipv4_checksum(struct iphdr *iph)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
279
static INLINING
tools/testing/selftests/bpf/progs/test_cls_redirect.c
373
static INLINING metrics_t *get_global_metrics(void)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
379
static INLINING ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
400
static INLINING ret_t forward_with_gre(struct __sk_buff *skb, encap_headers_t *encap,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
527
static INLINING ret_t forward_to_next_hop(struct __sk_buff *skb, encap_headers_t *encap,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
564
static INLINING ret_t skip_next_hops(buf_t *pkt, int n)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
584
static INLINING ret_t get_next_hop(buf_t *pkt, encap_headers_t *encap,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
619
static INLINING uint64_t fill_tuple(struct bpf_sock_tuple *tuple, void *iph,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
648
static INLINING verdict_t classify_tcp(struct __sk_buff *skb,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
681
static INLINING verdict_t classify_udp(struct __sk_buff *skb,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
699
static INLINING verdict_t classify_icmp(struct __sk_buff *skb, uint8_t proto,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
716
static INLINING verdict_t process_icmpv4(buf_t *pkt, metrics_t *metrics)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
763
static INLINING verdict_t process_icmpv6(buf_t *pkt, metrics_t *metrics)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
815
static INLINING verdict_t process_tcp(buf_t *pkt, void *iph, uint64_t iphlen,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
837
static INLINING verdict_t process_udp(buf_t *pkt, void *iph, uint64_t iphlen,
tools/testing/selftests/bpf/progs/test_cls_redirect.c
855
static INLINING verdict_t process_ipv4(buf_t *pkt, metrics_t *metrics)
tools/testing/selftests/bpf/progs/test_cls_redirect.c
892
static INLINING verdict_t process_ipv6(buf_t *pkt, metrics_t *metrics)