Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnet.c191 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() function
3238 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()