Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_one2many.c189 priv->conf.xmitAlg = NG_ONE2MANY_XMIT_ROUNDROBIN; in ng_one2many_constructor()
274 switch (conf->xmitAlg) { in ng_one2many_rcvmsg()
443 switch(priv->conf.xmitAlg) { in ng_one2many_rcvdata()
580 switch (priv->conf.xmitAlg) { in ng_one2many_update_many()
H A Dng_one2many.h70 u_int32_t xmitAlg; /* how to distribute packets */ member