Searched refs:ira_xmit_hint (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 216 iras.ira_xmit_hint = ILL_RING_TO_XMIT_HINT(ip_ring); in ip_input_common_v6() 486 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_linklocal() 504 match_flags, irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_linklocal() 776 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, in ill_input_short_v6() 798 irr_flags, ira->ira_xmit_hint, ipst); in ill_input_short_v6() 927 ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_recv_forward_v6() 1132 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v6() 1135 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v6()
|
H A D | ip_input.c | 219 iras.ira_xmit_hint = ILL_RING_TO_XMIT_HINT(ip_ring); in ip_input_common_v4() 788 irr_flags, ira->ira_xmit_hint, ipst, NULL, NULL, in ill_input_short_v4() 807 ira->ira_xmit_hint, ipst); in ill_input_short_v4() 949 ira->ira_xmit_hint, ipst, NULL, NULL, NULL); in ire_recv_forward_v4() 1210 ira->ira_xmit_hint, GLOBAL_ZONEID, 0, ip_xmit, NULL); in ip_forward_xmit_v4() 1222 pkt_len, ira->ira_xmit_hint, GLOBAL_ZONEID, 0, NULL); in ip_forward_xmit_v4() 1224 (void) ip_xmit(mp, nce, ixaflags, pkt_len, ira->ira_xmit_hint, in ip_forward_xmit_v4()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 2330 uint32_t ira_xmit_hint; /* For ECMP and GLD TX ring fanout */ member
|