Searched refs:net_icmpv6_ns_hdr (Results 1 – 2 of 2) sorted by relevance
22 struct net_icmpv6_ns_hdr { struct
1203 struct net_icmpv6_ns_hdr); in handle_ns_input()1210 struct net_icmpv6_ns_hdr *ns_hdr; in handle_ns_input()1223 ns_hdr = (struct net_icmpv6_ns_hdr *)net_pkt_get_data(pkt, &ns_access); in handle_ns_input()1236 sizeof(struct net_icmpv6_ns_hdr))) || in handle_ns_input()1245 net_pkt_set_ipv6_ext_opt_len(pkt, sizeof(struct net_icmpv6_ns_hdr)); in handle_ns_input()1945 struct net_icmpv6_ns_hdr); in net_ipv6_send_ns()1948 struct net_icmpv6_ns_hdr *ns_hdr; in net_ipv6_send_ns()1978 sizeof(struct net_icmpv6_ns_hdr) + in net_ipv6_send_ns()1999 ns_hdr = (struct net_icmpv6_ns_hdr *)net_pkt_get_data(pkt, &ns_access); in net_ipv6_send_ns()