Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dipv6_frag.h117 ipv6frag_thdr_truncated(struct sk_buff *skb, int start, u8 *nexthdrp) in ipv6frag_thdr_truncated() function
/linux-6.14.4/net/ipv6/netfilter/
Dnf_conntrack_reasm.c464 if (ipv6frag_thdr_truncated(skb, fhoff, &nexthdr)) { in nf_ct_frag6_gather()
/linux-6.14.4/net/ipv6/
Dreassembly.c372 if (ipv6frag_thdr_truncated(skb, skb_network_offset(skb) + sizeof(struct ipv6hdr), &nexthdr)) { in ipv6_frag_rcv()