Home
last modified time | relevance | path

Searched refs:ip_length (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c917 u8 ip_off, ip_length; in __hal_lro_capable() local
964 ip_length = (u8)((*ip)->version_ihl & 0x0F); in __hal_lro_capable()
965 ip_length = ip_length <<2; in __hal_lro_capable()
966 *tcp = (tcplro_t *)((char *)*ip + ip_length); in __hal_lro_capable()
969 " tcp:"XGE_OS_LLXFMT"", (int)ip_length, in __hal_lro_capable()
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c384 int32_t ip_length; in tid_token() local
393 adrm_int32(&(ctx->adr), &ip_length, 1); in tid_token()
394 ctx->adr.adr_now += ip_length; in tid_token()