Home
last modified time | relevance | path

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

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