Searched refs:STRUIO_IP (Results 1 – 4 of 4) sorted by relevance
101 if (dp->db_struioflag & STRUIO_IP) { in ip_cksum()117 dp->db_struioflag &= ~STRUIO_IP; in ip_cksum()180 if (dp->db_struioflag & STRUIO_IP) in ip_cksum()200 } else if (dp->db_struioflag & STRUIO_IP) { in ip_cksum()216 dp->db_struioflag &= ~STRUIO_IP; in ip_cksum()365 if (dp->db_struioflag & STRUIO_IP) in ip_cksum()
102 #ifdef STRUIO_IP106 mp->b_datap->db_struioflag &= ~STRUIO_IP;
368 m1->b_datap->db_struioflag &= ~STRUIO_IP;
405 #define STRUIO_IP 0x04 /* IP checksum stored in db_struioun */ macro