Home
last modified time | relevance | path

Searched refs:mcast_hops (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv6/
H A Dipv6_sockglue.c423 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()
H A Dtcp_ipv6.c1341 newnp->mcast_hops = newinet->mc_ttl;
1424 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit;
1653 WRITE_ONCE(np->mcast_hops,
H A Daf_inet6.c215 np->mcast_hops = IPV6_DEFAULT_MCASTHOPS; in inet6_create()
/linux/include/linux/
H A Dipv6.h248 u8 mcast_hops; member
/linux/include/net/
H A Dipv6.h831 hlimit = READ_ONCE(np->mcast_hops); in ip6_sk_dst_hoplimit()
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c1324 WRITE_ONCE(np->mcast_hops, ttl); in set_mcast_ttl()