Searched refs:vtnet_ctrl_rx_cmd (Results 1 – 1 of 1) sorted by relevance
216 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() function3726 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()