Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_lagg.h172 #define LAGG_OPT_FLOWIDSHIFT_MASK 0x1f /* flowid is uint32_t */ macro
/freebsd/sbin/ifconfig/
H A Diflagg.c100 if (ro.ro_flowid_shift & ~LAGG_OPT_FLOWIDSHIFT_MASK) in setlaggflowidshift()