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

/illumos-gate/usr/src/uts/common/inet/ip/
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 Dip6_input.c1700 ip_input_cksum_err_v6(uint8_t protocol, uint16_t hck_flags, ill_t *ill) argument
1708 if (hck_flags & HCK_FULLCKSUM)
1710 else if (hck_flags & HCK_PARTIALCKSUM)
1717 if (hck_flags & HCK_FULLCKSUM)
1719 else if (hck_flags & HCK_PARTIALCKSUM)
1830 uint16_t hck_flags; local
1912 hck_flags = DB_CKSUMFLAGS(mp);
1914 if (hck_flags & HCK_FULLCKSUM_OK) {
1921 if (hck_flags & HCK_FULLCKSUM) {
1932 ip_input_cksum_err_v6(protocol, hck_flags, ir
[all...]
H A Dip_input.c2081 ip_input_cksum_err_v4(uint8_t protocol, uint16_t hck_flags, ill_t *ill) argument
2089 if (hck_flags & HCK_FULLCKSUM)
2091 else if (hck_flags & HCK_PARTIALCKSUM)
2098 if (hck_flags & HCK_FULLCKSUM)
2100 else if (hck_flags & HCK_PARTIALCKSUM)
2193 uint16_t hck_flags; local
2261 hck_flags = DB_CKSUMFLAGS(mp);
2263 if (hck_flags & HCK_FULLCKSUM_OK) {
2270 if (hck_flags & HCK_FULLCKSUM) {
2281 ip_input_cksum_err_v4(protocol, hck_flags, ir
[all...]
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 108 milliseconds