Searched refs:ro_flowid_shift (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/ifconfig/
H A Diflagg.c94 ro.ro_flowid_shift = (int)strtol(val, NULL, 10);
95 if (ro.ro_flowid_shift & ~LAGG_OPT_FLOWIDSHIFT_MASK)
245 printf("\t\tflowid_shift: %d\n", ro.ro_flowid_shift);
/freebsd-10-stable/sys/net/
H A Dif_lagg.h155 int ro_flowid_shift; /* shift the flowid */ member in struct:lagg_reqopts
H A Dif_lagg.c1112 ro->ro_flowid_shift = sc->flowid_shift;
1162 sc->flowid_shift = ro->ro_flowid_shift;

Completed in 96 milliseconds