Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c46 struct iphdr iph; member
52 struct iphdr iph; member
61 struct iphdr iph; member
67 struct ipv6hdr iph; member
73 struct ipv6hdr iph; member
89 struct ipv6hdr iph; member
H A Dxdp.c15 struct iphdr iph; in test_xdp() local
H A Dqueue_stack_map.c17 struct iphdr iph; in test_queue_stack_map_by_type() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dgro.c224 struct iphdr *iph = buf; in fill_networklayer() local
380 struct iphdr *iph = (struct iphdr *)(buf + ETH_HLEN); in recompute_packet() local
558 struct iphdr *iph; in add_ipv4_ts_option() local
602 struct iphdr *iph = (struct iphdr *)(buf + ETH_HLEN); in send_fragment4() local
628 struct iphdr *iph = (struct iphdr *)(buf + ETH_HLEN); in send_changed_ttl() local
645 struct iphdr *iph = (struct iphdr *)(buf + ETH_HLEN); in send_changed_tos() local
667 struct iphdr *iph = (struct iphdr *)(buf + ETH_HLEN); in send_changed_ECN() local
746 struct iphdr *iph = (struct iphdr *)(buffer + ETH_HLEN); in check_recv_pkts() local
H A Dmsg_zerocopy.c256 static int setup_iph(struct iphdr *iph, uint16_t payload_len) in setup_iph()
489 struct iphdr iph; in do_tx() member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c65 struct iphdr *iph; in icmp_check() local
97 struct iphdr *iph; in xdping_client() local
160 struct iphdr *iph; in xdping_server() local
H A Dtest_tunnel_kern.c424 struct iphdr *iph; in veth_set_outer_dst() local
697 struct iphdr *iph = data; in ipip_set_tunnel() local
742 struct iphdr *iph = data; in ipip6_set_tunnel() local
791 struct ipv6hdr *iph = data; in ip6ip6_set_tunnel() local
H A Dtest_cls_redirect.c257 static INLINING void pkt_ipv4_checksum(struct iphdr *iph) in pkt_ipv4_checksum()
618 static INLINING uint64_t fill_tuple(struct bpf_sock_tuple *tuple, void *iph, in fill_tuple()
649 void *iph, struct tcphdr *tcp) in classify_tcp()
814 static INLINING verdict_t process_tcp(buf_t *pkt, void *iph, uint64_t iphlen, in process_tcp()
836 static INLINING verdict_t process_udp(buf_t *pkt, void *iph, uint64_t iphlen, in process_udp()
H A Dtest_xdp_noinline.c330 struct iphdr *iph; in encap_v4() local
432 struct iphdr *iph; in send_icmp_reply() local
513 struct iphdr *iph; in parse_icmp() local
664 struct iphdr *iph; in process_l3_headers_v4() local
H A Dbpf_flow.c152 struct iphdr *iph, _iph; in _dissect() local
280 struct iphdr *iph, _iph; in PROG() local
H A Dtest_l4lb.c260 struct iphdr *iph; in parse_icmp() local
337 struct iphdr *iph; in process_packet() local
H A Dtest_l4lb_noinline.c259 struct iphdr *iph; in parse_icmp() local
336 struct iphdr *iph; in process_packet() local
H A Dload_bytes_relative.c24 struct iphdr iph; in load_bytes_relative() local
H A Dtest_queue_stack_map.h39 struct iphdr *iph = (struct iphdr *)(eth + 1); in _test() local
H A Dtest_lwt_ip_encap.c19 struct iphdr iph; in bpf_lwt_encap_gre() member
H A Dtest_tc_edt.c83 struct iphdr *iph; in handle_ipv4() local
H A Dtest_xdp_do_redirect.c56 struct ipv6hdr *iph = data + sizeof(struct ethhdr); in check_pkt() local
H A Dtest_tcp_check_syncookie_kern.c27 void *iph, __u32 ip_size, in gen_syncookie()
H A Dtest_pkt_access.c111 struct iphdr *iph = (struct iphdr *)(eth + 1); in test_pkt_access() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dfils_hlp.c161 struct ip *iph; in fils_dhcp_handler() local
482 const struct ip *iph; in fils_process_hlp_udp() local
513 const struct ip *iph; in fils_process_hlp_ip() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h29 struct iphdr iph; member
37 struct ipv6hdr iph; member
H A Dtest_flow_dissector.c169 struct iphdr *iph = header; in build_ipv4_header() local
210 static uint16_t build_udp_v4_csum(const struct iphdr *iph, in build_udp_v4_csum()
/aosp_15_r20/external/tcpdump/
H A Dprint-ip-demux.c41 uint8_t nh, const u_char *iph) in ip_demux_print()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/tests/transport/
Dicmpv6.rs85 let iph = match request.net { in verify_icmp6_checksum() localVariable
/aosp_15_r20/external/iptables/utils/
H A Dnfsynproxy.c30 const struct iphdr *iph = (void *)data + 14; in parse_packet() local

12345