Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_output.c552 if (ixa->ixa_flags & IXAF_VERIFY_LSO) { in ip_verify_nce()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1505 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO)) == in tcp_input_listener()
1507 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO)); in tcp_input_listener()
H A Dtcp.c2672 IXAF_VERIFY_PMTU | IXAF_VERIFY_LSO; in tcp_create_common()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2252 #define IXAF_VERIFY_LSO 0x100000000 /* Check LSO capability */ macro