Searched defs:need_refrele (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c1175 boolean_t need_refrele = B_FALSE; local
1364 need_refrele = B_TRUE;
1375 if (need_refrele)
1403 if (need_refrele)
H A Dip_ftable.c1408 boolean_t need_refrele = B_FALSE; local
1604 need_refrele = B_TRUE;
1615 if (need_refrele)
1643 if (need_refrele) {
H A Dip_arp.c747 boolean_t need_refrele = B_FALSE; local
763 need_refrele = B_TRUE;
807 if (need_refrele)
1700 boolean_t need_refrele = B_FALSE; local
1710 need_refrele = B_TRUE;
1727 if (need_refrele)
H A Dip_ire.c2485 boolean_t need_refrele = B_FALSE; local
2495 need_refrele = B_TRUE;
2544 if (need_refrele)
2559 if (need_refrele && IS_UNDER_IPMP(ill) && !ipmp_ill_is_active(ill)) {
2561 * need_refrele implies that the under ill was selected by
2586 if (need_refrele)
H A Dip_multi.c3083 boolean_t need_refrele; local
3118 need_refrele = B_FALSE;
3121 need_refrele = B_TRUE;
3152 if (need_refrele) {
3413 boolean_t need_refrele = B_FALSE; local
3421 need_refrele = B_TRUE;
3459 if (need_refrele) {
H A Dip6.c1647 boolean_t need_refrele; local
1664 need_refrele = B_TRUE;
1667 need_refrele = B_FALSE;
1682 if (need_refrele)
1729 if (need_refrele)
H A Dipsecah.c3391 boolean_t need_refrele = B_FALSE; local
3425 need_refrele = B_TRUE;
3467 if (need_refrele)
3496 if (need_refrele)
3515 if (need_refrele)
H A Dipsecesp.c2626 boolean_t need_refrele = B_FALSE; local
2670 need_refrele = B_TRUE;
2783 if (need_refrele)
2796 if (need_refrele)
2839 if (need_refrele)
2870 if (need_refrele)
2910 if (need_refrele)
2927 if (need_refrele)
2962 if (need_refrele)
H A Dip_ndp.c2136 boolean_t need_refrele = B_FALSE; local
2153 need_refrele = B_TRUE;
2193 if (need_refrele)
2287 if (need_refrele)
H A Dip_if.c14042 boolean_t need_refrele; local
14046 need_refrele = B_TRUE;
14049 need_refrele = B_FALSE;
14054 if (need_refrele)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2456 boolean_t need_refrele = B_FALSE; /* ixa_refrele(ixa) */ local
2482 need_refrele = B_TRUE;
2667 if (need_refrele) {

Completed in 143 milliseconds