Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dip_fragment.c286 if (!(IPCB(skb)->flags & IPSKB_FRAG_COMPLETE) && in ip_frag_queue()
Dip_output.c801 IPCB(skb)->flags |= IPSKB_FRAG_COMPLETE; in ip_do_fragment()
/kernel/linux/linux-5.10/include/net/
Dip.h53 #define IPSKB_FRAG_COMPLETE BIT(3) macro