Searched refs:IP_OFFMASK (Results 1 – 10 of 10) 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)) {
161 if ((ntohs(p->ipq_hdr->ip_off) & IP_OFFMASK) < in ip_reasm_add()162 (ntohs(ip->ip_off) & IP_OFFMASK)) { in ip_reasm_add()274 (ntohs(ip->ip_off) & IP_OFFMASK) == 0) { in readipv4()322 ipr->ip_total_size = (8 * (ntohs(ip->ip_off) & IP_OFFMASK)); in readipv4()350 if ((ntohs(ipq->ipq_hdr->ip_off) & IP_OFFMASK) != n / 8) { in readipv4()
29 #define IP_OFFMASK 0x1fff macro156 if (ip->ip_off & htons(IP_MF|IP_OFFMASK)) in myri10ge_lro_rx()
65 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */ macro
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,
911 #define IP_OFFMASK 0x1fff macro
1948 if ((get_ipoff(pkt) & IP_OFFMASK) != 0) {
1529 if ((get_ipoff(bp) & IP_OFFMASK) != 0) { in dump_packet()
1547 #ifndef IP_OFFMASK1548 # define IP_OFFMASK 0x1fff macro
1015 if ((ntohs(oip->ip_off) & IP_OFFMASK) != 0)1358 off &= IP_MF|IP_OFFMASK;1365 off &= IP_OFFMASK;