Searched refs:packet_filter_bitmap (Results 1 – 1 of 1) sorted by relevance
246 __u16 packet_filter_bitmap; member865 __u16 packet_filter_bitmap = KAWETH_PACKET_FILTER_DIRECTED | in kaweth_set_rx_mode() local869 dbg("Setting Rx mode to %d", packet_filter_bitmap); in kaweth_set_rx_mode()874 packet_filter_bitmap |= KAWETH_PACKET_FILTER_PROMISCUOUS; in kaweth_set_rx_mode()877 packet_filter_bitmap |= KAWETH_PACKET_FILTER_ALL_MULTICAST; in kaweth_set_rx_mode()880 kaweth->packet_filter_bitmap = packet_filter_bitmap; in kaweth_set_rx_mode()890 __u16 packet_filter_bitmap = kaweth->packet_filter_bitmap; in kaweth_async_set_rx_mode() local892 kaweth->packet_filter_bitmap = 0; in kaweth_async_set_rx_mode()893 if (packet_filter_bitmap == 0) in kaweth_async_set_rx_mode()903 packet_filter_bitmap, in kaweth_async_set_rx_mode()[all …]