Searched refs:mcast_hops (Results 1 – 7 of 7) sorted by relevance
440 WRITE_ONCE(np->mcast_hops, in do_ipv6_setsockopt()1166 int hlim = READ_ONCE(np->mcast_hops); in do_ipv6_getsockopt()1186 int hlim = READ_ONCE(np->mcast_hops); in do_ipv6_getsockopt()1339 val = READ_ONCE(np->mcast_hops); in do_ipv6_getsockopt()
1397 newnp->mcast_hops = ip_hdr(skb)->ttl;1471 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit;1702 WRITE_ONCE(np->mcast_hops,
223 np->mcast_hops = IPV6_DEFAULT_MCASTHOPS; in inet6_create()
225 u8 mcast_hops; member
458 newnp->mcast_hops = ip_hdr(skb)->ttl; in dccp_v6_request_recv_sock() 527 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit; in dccp_v6_request_recv_sock() 679 WRITE_ONCE(np->mcast_hops, ipv6_hdr(opt_skb)->hop_limit); in dccp_v6_do_rcv()
914 hlimit = READ_ONCE(np->mcast_hops); in ip6_sk_dst_hoplimit()
1325 WRITE_ONCE(np->mcast_hops, ttl); in set_mcast_ttl()