Home
last modified time | relevance | path

Searched refs:ira_xmit_hint (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c215 iras.ira_xmit_hint = ILL_RING_TO_XMIT_HINT(ip_ring); in ip_input_common_v6()
485 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_linklocal()
503 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_linklocal()
775 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, in ill_input_short_v6()
797 irr_flags, ira->ira_xmit_hint, ipst); in ill_input_short_v6()
926 ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_recv_forward_v6()
1131 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v6()
1134 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v6()
H A Dip_input.c219 iras.ira_xmit_hint = ILL_RING_TO_XMIT_HINT(ip_ring); in ip_input_common_v4()
789 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, in ill_input_short_v4()
808 ira->ira_xmit_hint, ipst); in ill_input_short_v4()
950 ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_recv_forward_v4()
1215 ira->ira_xmit_hint, GLOBAL_ZONEID, 0, ip_xmit, NULL); in ip_forward_xmit_v4()
1227 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v4()
1229 (void) ip_xmit(mp, nce, ixaflags, pkt_len, ira->ira_xmit_hint, in ip_forward_xmit_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2335 uint32_t ira_xmit_hint; /* For ECMP and GLD TX ring fanout */ member