Searched refs:min_hopcount (Results 1 – 3 of 3) sorted by relevance
260 __u8 min_hopcount; member
462 WRITE_ONCE(np->min_hopcount, val); in do_ipv6_setsockopt()1434 val = READ_ONCE(np->min_hopcount); in do_ipv6_getsockopt()
426 if (ipv6_hdr(skb)->hop_limit < READ_ONCE(tcp_inet6_sk(sk)->min_hopcount)) { in tcp_v6_err()1879 if (unlikely(hdr->hop_limit < READ_ONCE(tcp_inet6_sk(sk)->min_hopcount))) {