Home
last modified time | relevance | path

Searched defs:iph (Results 1 – 13 of 13) sorted by relevance

/samples/bpf/
Dxdp_fwd_kern.c34 static __always_inline int ip_decrease_ttl(struct iphdr *iph) in ip_decrease_ttl()
50 struct iphdr *iph; in xdp_fwd_flags() local
Dtc_l2_redirect_kern.c78 struct iphdr *iph = data + sizeof(*eth); in _l2_to_iptun_ingress_forward() local
129 struct iphdr *iph = data + sizeof(*eth); in _l2_to_iptun_ingress_redirect() local
168 struct iphdr *iph = data + sizeof(*eth); in _l2_to_ip6tun_ingress_redirect() local
217 struct iphdr *iph = data + sizeof(*eth); in _drop_non_tun_vip() local
Dparse_varlen.c53 struct iphdr *iph; in parse_ipv4() local
81 struct iphdr *iph; in parse_ipv6() local
Dparse_simple.c31 struct iphdr *iph = data + sizeof(*eth); in handle_ingress() local
Dxdp1_kern.c26 struct iphdr *iph = data + nh_off; in parse_ipv4() local
Dxdp2_kern.c42 struct iphdr *iph = data + nh_off; in parse_ipv4() local
Dxdp_adjust_tail_kern.c82 struct iphdr *iph, *orig_iph; in send_icmp4_too_big() local
Dxdp_tx_iptunnel_kern.c84 struct iphdr *iph = data + sizeof(struct ethhdr); in handle_ipv4() local
Dtest_lwt_bpf.c72 struct iphdr *iph = data; in do_test_data() local
Dxdp_router_ipv4_kern.c99 struct iphdr *iph = data + nh_off; in parse_ipv4() local
Dxdp_redirect_cpu_kern.c162 struct iphdr *iph = data + nh_off; in get_dest_port_ipv4_udp() local
184 struct iphdr *iph = data + nh_off; in get_proto_ipv4() local
476 struct iphdr *iph = data + nh_off; in get_ipv4_hash_ip_pair() local
Dhbm_kern.h113 struct iphdr iph; in hbm_get_pkt_info() local
Dxdpsock_user.c650 __sum16 ip_fast_csum(const void *iph, unsigned int ihl) in ip_fast_csum()