Searched refs:lb_ret (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c732 int lb_ret; local
745 lb_ret = ilb_check_v6(ilbs, ill, mp, ip6h, ira->ira_protocol,
747 if (lb_ret == ILB_DROPPED) {
753 if (lb_ret == ILB_BALANCED) {
H A Dip_input.c683 int lb_ret; local
714 lb_ret = ilb_check_v4(ilbs, ill, mp, ipha, ipha->ipha_protocol,
717 if (lb_ret == ILB_DROPPED) {
724 if (lb_ret == ILB_BALANCED) {

Completed in 69 milliseconds