Home
last modified time | relevance | path

Searched refs:LAGG_OPT_FLOWIDSHIFT_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_lagg.h174 #define LAGG_OPT_FLOWIDSHIFT_MASK 0x1f /* flowid is uint32_t */ macro
/f-stack/tools/ifconfig/
H A Diflagg.c107 if (ro.ro_flowid_shift & ~LAGG_OPT_FLOWIDSHIFT_MASK) in setlaggflowidshift()