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

/freebsd-11.0-release/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)
267 printf("\t\tflowid_shift: %d\n", ro.ro_flowid_shift);
/freebsd-11.0-release/sys/net/
H A Dif_lagg.h155 int ro_flowid_shift; /* shift the flowid */ member in struct:lagg_reqopts
H A Dif_lagg.c1296 ro->ro_flowid_shift = sc->flowid_shift;
1353 sc->flowid_shift = ro->ro_flowid_shift;

Completed in 63 milliseconds