Home
last modified time | relevance | path

Searched refs:STRUIO_IP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c100 if (dp->db_struioflag & STRUIO_IP) { in ip_cksum()
116 dp->db_struioflag &= ~STRUIO_IP; in ip_cksum()
179 if (dp->db_struioflag & STRUIO_IP) in ip_cksum()
199 } else if (dp->db_struioflag & STRUIO_IP) { in ip_cksum()
215 dp->db_struioflag &= ~STRUIO_IP; in ip_cksum()
364 if (dp->db_struioflag & STRUIO_IP) in ip_cksum()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dmisc.c98 #ifdef STRUIO_IP
102 mp->b_datap->db_struioflag &= ~STRUIO_IP;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_irc_pxy.c368 m1->b_datap->db_struioflag &= ~STRUIO_IP;
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h423 #define STRUIO_IP 0x04 /* IP checksum stored in db_struioun */ macro