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

/freebsd-11-stable/sys/net/
H A Dif_lagg.h52 LAGG_PROTO_ROUNDROBIN, /* simple round robin */ enumerator in enum:__anon2
70 { "roundrobin", LAGG_PROTO_ROUNDROBIN }, \
H A Dif_lagg.c188 .pr_num = LAGG_PROTO_ROUNDROBIN,
1058 case LAGG_PROTO_ROUNDROBIN:
1211 if (sc->sc_proto == LAGG_PROTO_ROUNDROBIN) {
1753 case LAGG_PROTO_ROUNDROBIN:
/freebsd-11-stable/sbin/ifconfig/
H A Diflagg.c259 if (ra.ra_proto == LAGG_PROTO_ROUNDROBIN)

Completed in 67 milliseconds