Lines Matching refs:np
389 struct ipv6_pinfo *np; in icmp6_send() local
477 np = inet6_sk(sk); in icmp6_send()
488 fl6.flowi6_oif = np->mcast_oif; in icmp6_send()
490 fl6.flowi6_oif = np->ucast_oif; in icmp6_send()
497 hlimit = np->mcast_hops; in icmp6_send()
499 hlimit = np->hop_limit; in icmp6_send()
520 np->tclass, NULL, &fl6, (struct rt6_info *)dst, in icmp6_send()
521 MSG_DONTWAIT, np->dontfrag); in icmp6_send()
549 struct ipv6_pinfo *np; in icmpv6_echo_reply() local
583 np = inet6_sk(sk); in icmpv6_echo_reply()
586 fl6.flowi6_oif = np->mcast_oif; in icmpv6_echo_reply()
588 fl6.flowi6_oif = np->ucast_oif; in icmpv6_echo_reply()
598 hlimit = np->mcast_hops; in icmpv6_echo_reply()
600 hlimit = np->hop_limit; in icmpv6_echo_reply()
611 sizeof(struct icmp6hdr), hlimit, np->tclass, NULL, &fl6, in icmpv6_echo_reply()
613 np->dontfrag); in icmpv6_echo_reply()