Searched refs:min_hopcount (Results 1 – 3 of 3) sorted by relevance
282 u8 min_hopcount; member
445 WRITE_ONCE(np->min_hopcount, val); in do_ipv6_setsockopt()1414 val = READ_ONCE(np->min_hopcount); in do_ipv6_getsockopt()
429 if (ipv6_hdr(skb)->hop_limit < READ_ONCE(tcp_inet6_sk(sk)->min_hopcount)) { in tcp_v6_err()1824 if (unlikely(hdr->hop_limit < READ_ONCE(tcp_inet6_sk(sk)->min_hopcount))) {