Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c154 static int vtnet_ctrl_rx_cmd(struct vtnet_softc *, int, int);
2469 vtnet_ctrl_rx_cmd(struct vtnet_softc *sc, int cmd, int on) in vtnet_ctrl_rx_cmd() function
2507 return (vtnet_ctrl_rx_cmd(sc, VIRTIO_NET_CTRL_RX_PROMISC, on)); in vtnet_set_promisc()
2514 return (vtnet_ctrl_rx_cmd(sc, VIRTIO_NET_CTRL_RX_ALLMULTI, on)); in vtnet_set_allmulti()