Home
last modified time | relevance | path

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

/linux-6.15/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.c1409 newnp->mcast_hops = ip_hdr(skb)->ttl;
1480 newnp->mcast_hops = ipv6_hdr(skb)->hop_limit;
1706 WRITE_ONCE(np->mcast_hops,
H A Daf_inet6.c223 np->mcast_hops = IPV6_DEFAULT_MCASTHOPS; in inet6_create()
/linux-6.15/net/dccp/
H A Dipv6.c461 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()
676 WRITE_ONCE(np->mcast_hops, ipv6_hdr(opt_skb)->hop_limit); in dccp_v6_do_rcv()
/linux-6.15/include/linux/
H A Dipv6.h226 u8 mcast_hops; member
/linux-6.15/include/net/
H A Dipv6.h910 hlimit = READ_ONCE(np->mcast_hops); in ip6_sk_dst_hoplimit()
/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_sync.c1325 WRITE_ONCE(np->mcast_hops, ttl); in set_mcast_ttl()