Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c968 if (!(ip_off & IP_FLAGS_MFRAG)) { in __net_defragment()
1039 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
1050 if (!(ip_off & (IP_OFFS | IP_FLAGS_MFRAG))) in net_defragment()
/openbmc/u-boot/include/
H A Dnet.h369 #define IP_FLAGS_MFRAG 0x2000 /* more fragments */ macro