Searched refs:packet_filter_bitmap (Results 1 – 1 of 1) sorted by relevance
236 __u16 packet_filter_bitmap; member779 __u16 packet_filter_bitmap = KAWETH_PACKET_FILTER_DIRECTED | in kaweth_set_rx_mode() local783 kaweth_dbg("Setting Rx mode to %d", packet_filter_bitmap); in kaweth_set_rx_mode()788 packet_filter_bitmap |= KAWETH_PACKET_FILTER_PROMISCUOUS; in kaweth_set_rx_mode()791 packet_filter_bitmap |= KAWETH_PACKET_FILTER_ALL_MULTICAST; in kaweth_set_rx_mode()794 kaweth->packet_filter_bitmap = packet_filter_bitmap; in kaweth_set_rx_mode()803 __u16 packet_filter_bitmap = kaweth->packet_filter_bitmap; in kaweth_async_set_rx_mode() local804 kaweth->packet_filter_bitmap = 0; in kaweth_async_set_rx_mode()805 if(packet_filter_bitmap == 0) return; in kaweth_async_set_rx_mode()813 packet_filter_bitmap, in kaweth_async_set_rx_mode()[all …]