Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnf_socket_ipv6.c33 u8 inside_nexthdr; in extract_icmp6_fields() local
49 inside_nexthdr = inside_iph->nexthdr; in extract_icmp6_fields()
53 &inside_nexthdr, &inside_fragoff); in extract_icmp6_fields()
57 if (inside_nexthdr != IPPROTO_TCP && in extract_icmp6_fields()
58 inside_nexthdr != IPPROTO_UDP) in extract_icmp6_fields()
68 *protocol = inside_nexthdr; in extract_icmp6_fields()