Searched refs:GETIP (Results 1 – 1 of 1) sorted by relevance
359 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE; in ip_reass()381 i = ntohs(GETIP(p)->ip_off) + ntohs(GETIP(p)->ip_len) - in ip_reass()403 ntohs(GETIP(q)->ip_off); q = nq) { in ip_reass()405 ntohs(GETIP(q)->ip_off); in ip_reass()406 if (i < ntohs(GETIP(q)->ip_len)) { in ip_reass()407 GETIP(q)->ip_len = htons(ntohs(GETIP(q)->ip_len) - i); in ip_reass()408 GETIP(q)->ip_off = htons(ntohs(GETIP(q)->ip_off) + i); in ip_reass()433 if (ntohs(GETIP(q)->ip_off) != next) { in ip_reass()438 next += ntohs(GETIP(q)->ip_len); in ip_reass()451 ip = GETIP(q); in ip_reass()[all …]