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.c216 iras.ira_xmit_hint = ILL_RING_TO_XMIT_HINT(ip_ring); in ip_input_common_v6()
487 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_linklocal()
505 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_linklocal()
777 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, in ill_input_short_v6()
799 irr_flags, ira->ira_xmit_hint, ipst); in ill_input_short_v6()
928 ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_recv_forward_v6()
1134 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v6()
1137 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v6()
H A Dip_input.c220 iras.ira_xmit_hint = ILL_RING_TO_XMIT_HINT(ip_ring); in ip_input_common_v4()
791 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, in ill_input_short_v4()
810 ira->ira_xmit_hint, ipst); in ill_input_short_v4()
952 ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_recv_forward_v4()
1217 ira->ira_xmit_hint, GLOBAL_ZONEID, 0, ip_xmit, NULL); in ip_forward_xmit_v4()
1229 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v4()
1231 (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