Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c916 if (!(ip_off & IP_FLAGS_MFRAG)) { in __net_defragment()
987 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
998 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h378 #define IP_FLAGS_MFRAG 0x2000 /* more fragments */ macro