Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Diflagg.c106 ro.ro_flowid_shift = (int)strtol(val, NULL, 10); in setlaggflowidshift()
107 if (ro.ro_flowid_shift & ~LAGG_OPT_FLOWIDSHIFT_MASK) in setlaggflowidshift()
275 printf("\t\tflowid_shift: %d\n", ro.ro_flowid_shift); in lagg_status()
/f-stack/freebsd/net/
H A Dif_lagg.h183 int ro_flowid_shift; /* shift the flowid */ member
H A Dif_lagg.c1399 ro->ro_flowid_shift = sc->flowid_shift; in lagg_ioctl()
1471 sc->flowid_shift = ro->ro_flowid_shift; in lagg_ioctl()