Searched refs:vtnet_ctrl_rx_cmd (Results 1 – 1 of 1) sorted by relevance
191 static int vtnet_ctrl_rx_cmd(struct vtnet_softc *, int, int);3200 vtnet_ctrl_rx_cmd(struct vtnet_softc *sc, int cmd, int on) in vtnet_ctrl_rx_cmd() function3238 return (vtnet_ctrl_rx_cmd(sc, VIRTIO_NET_CTRL_RX_PROMISC, on)); in vtnet_set_promisc()3245 return (vtnet_ctrl_rx_cmd(sc, VIRTIO_NET_CTRL_RX_ALLMULTI, on)); in vtnet_set_allmulti()