Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c554 if (ixa->ixa_flags & IXAF_VERIFY_LSO) { in ip_verify_nce()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1585 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO)) == in tcp_input_listener()
1587 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO)); in tcp_input_listener()
H A Dtcp.c2693 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO; in tcp_create_common()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2257 #define IXAF_VERIFY_LSO 0x100000000 /* Check LSO capability */ macro