Home
last modified time | relevance | path

Searched refs:IXAF_NO_DEV_FLOW_CTL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c1133 (IXAF_LOOPBACK_COPY | IXAF_NO_DEV_FLOW_CTL), in ip_forward_xmit_v6()
1136 (void) ip_xmit(mp, nce, IXAF_NO_DEV_FLOW_CTL, in ip_forward_xmit_v6()
H A Dip_input.c1181 ixaflags = IXAF_IS_IPV4 | IXAF_NO_DEV_FLOW_CTL; in ip_forward_xmit_v4()
H A Dip.c14642 if (ixaflags & IXAF_NO_DEV_FLOW_CTL) { in ip_xmit()
14658 if (!(ixaflags & IXAF_NO_DEV_FLOW_CTL) && in ip_xmit()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2236 #define IXAF_NO_DEV_FLOW_CTL 0x00020000 /* Protocol needs no flow ctl */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2711 connp->conn_ixa->ixa_flags |= IXAF_NO_DEV_FLOW_CTL; in tcp_create_common()
H A Dtcp_input.c1634 econnp->conn_ixa->ixa_flags |= IXAF_NO_DEV_FLOW_CTL; in tcp_input_listener()