Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dipv6_sockglue.c440 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()
H A Dtcp_ipv6.c1397 newnp->mcast_hops = ip_hdr(skb)->ttl;
1471 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit;
1702 WRITE_ONCE(np->mcast_hops,
H A Daf_inet6.c223 np->mcast_hops = IPV6_DEFAULT_MCASTHOPS; in inet6_create()
/linux/include/linux/
H A Dipv6.h225 u8 mcast_hops; member
/linux/net/dccp/
H A Dipv6.c458 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()
/linux/include/net/
H A Dipv6.h914 hlimit = READ_ONCE(np->mcast_hops); in ip6_sk_dst_hoplimit()
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c1325 WRITE_ONCE(np->mcast_hops, ttl); in set_mcast_ttl()