Searched refs:IP_OFFMASK (Results 1 – 8 of 8) sorted by relevance
11 #ifndef IP_OFFMASK12 # define IP_OFFMASK 0x3fff macro54 if (off & IP_OFFMASK)57 if (!(off & IP_OFFMASK))62 if (!(off & IP_OFFMASK)) {
34 #define IP_OFFMASK 0x1fff macro161 if (ip->ip_off & htons(IP_MF|IP_OFFMASK)) in myri10ge_lro_rx()
1119 off = ipoff & IP_OFFMASK;1192 if (!(ipoff & IP_OFFMASK) &&1207 } else if (!(ipoff & IP_OFFMASK) &&1229 if (ipoff & IP_OFFMASK) {1234 (ipoff & IP_OFFMASK) << 3,1247 if (off & IP_OFFMASK)1250 plen - hl, (off & IP_OFFMASK) << 3,
904 #define IP_OFFMASK 0x1fff macro
1955 if ((get_ipoff(pkt) & IP_OFFMASK) != 0) {
1588 if ((get_ipoff(bp) & IP_OFFMASK) != 0) { in dump_packet()
1545 #ifndef IP_OFFMASK1546 # define IP_OFFMASK 0x1fff macro
1015 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0)1358 off &= IP_MF|IP_OFFMASK;1365 off &= IP_OFFMASK;