Searched refs:mcast_hops (Results 1 – 6 of 6) sorted by relevance
423 WRITE_ONCE(np->mcast_hops, in do_ipv6_setsockopt()1146 int hlim = READ_ONCE(np->mcast_hops); in do_ipv6_getsockopt()1166 int hlim = READ_ONCE(np->mcast_hops); in do_ipv6_getsockopt()1319 val = READ_ONCE(np->mcast_hops); in do_ipv6_getsockopt()
1341 newnp->mcast_hops = newinet->mc_ttl;1424 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit;1653 WRITE_ONCE(np->mcast_hops,
215 np->mcast_hops = IPV6_DEFAULT_MCASTHOPS; in inet6_create()
248 u8 mcast_hops; member
831 hlimit = READ_ONCE(np->mcast_hops); in ip6_sk_dst_hoplimit()
1324 WRITE_ONCE(np->mcast_hops, ttl); in set_mcast_ttl()