Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c216 static int vtnet_ctrl_rx_cmd(struct vtnet_softc *, uint8_t, bool);
3690 vtnet_ctrl_rx_cmd(struct vtnet_softc *sc, uint8_t cmd, bool on) in vtnet_ctrl_rx_cmd() function
3726 return (vtnet_ctrl_rx_cmd(sc, VIRTIO_NET_CTRL_RX_PROMISC, on)); in vtnet_set_promisc()
3732 return (vtnet_ctrl_rx_cmd(sc, VIRTIO_NET_CTRL_RX_ALLMULTI, on)); in vtnet_set_allmulti()