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()
1115 off = ipoff & IP_OFFMASK;1188 if (!(ipoff & IP_OFFMASK) &&1203 } else if (!(ipoff & IP_OFFMASK) &&1225 if (ipoff & IP_OFFMASK) {1230 (ipoff & IP_OFFMASK) << 3,1243 if (off & IP_OFFMASK)1246 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()
1540 #ifndef IP_OFFMASK1541 # define IP_OFFMASK 0x1fff macro
1014 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0)1357 off &= IP_MF|IP_OFFMASK;1364 off &= IP_OFFMASK;