Searched refs:net_icmpv6_na_hdr (Results 1 – 2 of 2) sorted by relevance
32 struct net_icmpv6_na_hdr { struct
1103 struct net_icmpv6_na_hdr); in net_ipv6_send_na()1105 struct net_icmpv6_na_hdr *na_hdr; in net_ipv6_send_na()1112 sizeof(struct net_icmpv6_na_hdr) + in net_ipv6_send_na()1127 na_hdr = (struct net_icmpv6_na_hdr *)net_pkt_get_data(pkt, &na_access); in net_ipv6_send_na()1133 memset(na_hdr, 0, sizeof(struct net_icmpv6_na_hdr)); in net_ipv6_send_na()1637 struct net_icmpv6_na_hdr *na_hdr, in handle_na_neighbor()1825 struct net_icmpv6_na_hdr); in handle_na_input()1831 struct net_icmpv6_na_hdr *na_hdr; in handle_na_input()1838 na_hdr = (struct net_icmpv6_na_hdr *)net_pkt_get_data(pkt, &na_access); in handle_na_input()1851 sizeof(struct net_icmpv6_na_hdr) + in handle_na_input()[all …]