Searched refs:net_icmpv6_na_hdr (Results 1 – 2 of 2) sorted by relevance
32 struct net_icmpv6_na_hdr { struct
1115 struct net_icmpv6_na_hdr); in net_ipv6_send_na()1117 struct net_icmpv6_na_hdr *na_hdr; in net_ipv6_send_na()1124 sizeof(struct net_icmpv6_na_hdr) + in net_ipv6_send_na()1139 na_hdr = (struct net_icmpv6_na_hdr *)net_pkt_get_data(pkt, &na_access); in net_ipv6_send_na()1145 memset(na_hdr, 0, sizeof(struct net_icmpv6_na_hdr)); in net_ipv6_send_na()1653 struct net_icmpv6_na_hdr *na_hdr, in handle_na_neighbor()1842 struct net_icmpv6_na_hdr); in handle_na_input()1848 struct net_icmpv6_na_hdr *na_hdr; in handle_na_input()1855 na_hdr = (struct net_icmpv6_na_hdr *)net_pkt_get_data(pkt, &na_access); in handle_na_input()1868 sizeof(struct net_icmpv6_na_hdr) + in handle_na_input()[all …]