Searched refs:hck_flags (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c1698 ip_input_cksum_err_v6(uint8_t protocol, uint16_t hck_flags, ill_t *ill) argument
1706 if (hck_flags & HCK_FULLCKSUM)
1708 else if (hck_flags & HCK_PARTIALCKSUM)
1715 if (hck_flags & HCK_FULLCKSUM)
1717 else if (hck_flags & HCK_PARTIALCKSUM)
1828 uint16_t hck_flags; local
1910 hck_flags = DB_CKSUMFLAGS(mp);
1912 if (hck_flags & HCK_FULLCKSUM_OK) {
1919 if (hck_flags & HCK_FULLCKSUM) {
1930 ip_input_cksum_err_v6(protocol, hck_flags, ir
[all...]
H A Dip_input.c2080 ip_input_cksum_err_v4(uint8_t protocol, uint16_t hck_flags, ill_t *ill) argument
2088 if (hck_flags & HCK_FULLCKSUM)
2090 else if (hck_flags & HCK_PARTIALCKSUM)
2097 if (hck_flags & HCK_FULLCKSUM)
2099 else if (hck_flags & HCK_PARTIALCKSUM)
2192 uint16_t hck_flags; local
2260 hck_flags = DB_CKSUMFLAGS(mp);
2262 if (hck_flags & HCK_FULLCKSUM_OK) {
2269 if (hck_flags & HCK_FULLCKSUM) {
2280 ip_input_cksum_err_v4(protocol, hck_flags, ir
[all...]
H A Dip6_output.c822 uint16_t hck_flags; local
885 hck_flags = ill->ill_hcksum_capab->ill_hcksum_txflags;
888 if (hck_flags & HCKSUM_INET_FULL_V6) {
898 if (((hck_flags) & HCKSUM_INET_PARTIAL) &&
H A Dip_output.c1705 uint16_t hck_flags; local
1757 hck_flags = ill->ill_hcksum_capab->ill_hcksum_txflags;
1760 if (hck_flags & HCKSUM_INET_FULL_V4) {
1770 if (hck_flags & HCKSUM_IPHDRCKSUM) {
1777 if ((hck_flags) & HCKSUM_INET_PARTIAL) {
1806 if (hck_flags & HCKSUM_IPHDRCKSUM) {

Completed in 114 milliseconds