Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip.h51 #define IPSKB_FRAG_COMPLETE BIT(3) macro
/Linux-v4.19/net/ipv4/
Dip_fragment.c360 if (!(IPCB(skb)->flags & IPSKB_FRAG_COMPLETE) && in ip_frag_queue()
Dip_output.c604 IPCB(skb)->flags |= IPSKB_FRAG_COMPLETE; in ip_do_fragment()