Searched refs:promisc (Results 1 - 104 of 104) sorted by relevance

/linux-4.4.14/arch/um/drivers/
H A Dpcap_kern.c13 int promisc; member in struct:pcap_init
27 ppri->promisc = init->promisc; pcap_init()
61 .promisc = 1, pcap_setup()
79 if (!strcmp(options[i], "promisc")) pcap_setup()
80 init->promisc = 1; pcap_setup()
82 init->promisc = 0; pcap_setup()
H A Dpcap_user.h10 int promisc; member in struct:pcap_data
H A Dpcap_user.c23 pri->promisc, 0, errors); pcap_user_init()
/linux-4.4.14/include/uapi/linux/
H A Dnetfilter_bridge.h13 /* After promisc drops, checksum checks. */
H A Dnetfilter_decnet.h29 /* After promisc drops, checksum checks. */
H A Dnetfilter_ipv4.h44 /* After promisc drops, checksum checks. */
H A Dnetfilter_ipv6.h48 /* After promisc drops, checksum checks. */
H A Dif_tun.h96 * all packets (promisc mode).
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dhw.h46 int mc_count, int promisc);
H A Dhw.c1069 int mc_count, int promisc) __orinoco_hw_set_multicast_list()
1074 if (promisc != priv->promiscuous) { __orinoco_hw_set_multicast_list()
1077 promisc); __orinoco_hw_set_multicast_list()
1082 priv->promiscuous = promisc; __orinoco_hw_set_multicast_list()
1088 if (!promisc && (mc_count || priv->mc_count)) { __orinoco_hw_set_multicast_list()
1067 __orinoco_hw_set_multicast_list(struct orinoco_private *priv, struct net_device *dev, int mc_count, int promisc) __orinoco_hw_set_multicast_list() argument
H A Dmain.c1717 int promisc, mc_count; __orinoco_set_multicast_list() local
1723 promisc = 1; __orinoco_set_multicast_list()
1726 promisc = 0; __orinoco_set_multicast_list()
1730 err = __orinoco_hw_set_multicast_list(priv, dev, mc_count, promisc); __orinoco_set_multicast_list()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c146 * All promisc QPs should be added as well
174 /* If the given qpn is also a promisc qp, new_steering_entry()
188 /* if no promisc qps for this vep, we are done */ new_steering_entry()
192 /* now need to add all the promisc qps to the new new_steering_entry()
221 /* update the qps count and update the entry with all the promisc qps*/ new_steering_entry()
269 /* the given qpn is listed as a promisc qpn existing_steering_entry()
302 /* if qp is not promisc, it cannot be duplicated */ check_duplicate_entry()
306 /* The qp is promisc qp so it is a duplicate on this index check_duplicate_entry()
358 /* the qp is not promisc, the entry can't be removed */ promisc_steering_entry()
368 /* IF a steering entry contains only promisc QPs, it can be removed. */ can_remove_steering_entry()
462 /* The promisc QP needs to be added for each one of the steering add_promisc_qp()
515 /* add the new qpn to list of promisc qps */ add_promisc_qp()
517 /* now need to add all the promisc qps to default entry */ add_promisc_qp()
579 /*remove from list of promisc qps */ remove_promisc_qp()
1185 /* manage the steering entry for promisc mode */ mlx4_qp_attach_common()
1238 /* If this QP is also a promisc QP, it shouldn't be removed only if mlx4_qp_detach_common()
1239 * at least one none promisc QP is also attached to this MCG mlx4_qp_detach_common()
1481 mlx4_err(dev, "going promisc on %x\n", port); mlx4_flow_steer_promisc_add()
H A Dport.c705 u32 promisc; mlx4_common_set_port() local
734 promisc = be32_to_cpu(qpn_context->promisc) >> mlx4_common_set_port()
736 qpn_context->promisc = cpu_to_be32( mlx4_common_set_port()
737 promisc << SET_PORT_PROMISC_SHIFT | mlx4_common_set_port()
739 promisc = be32_to_cpu(qpn_context->mcast) >> mlx4_common_set_port()
742 promisc << SET_PORT_MC_PROMISC_SHIFT | mlx4_common_set_port()
1001 u8 promisc) mlx4_SET_PORT_qpn_calc()
1019 context->promisc = cpu_to_be32(promisc << SET_PORT_PROMISC_SHIFT | mlx4_SET_PORT_qpn_calc()
1000 mlx4_SET_PORT_qpn_calc(struct mlx4_dev *dev, u8 port, u32 base_qpn, u8 promisc) mlx4_SET_PORT_qpn_calc() argument
H A Den_netdev.c834 * promisc mlx4_en_set_promisc_mode()
890 /* Disable Multicast promisc */ mlx4_en_clear_promisc_mode()
927 /* Add the default qp number as multicast promisc */ mlx4_en_do_multicast()
947 en_err(priv, "Failed entering multicast promisc mode\n"); mlx4_en_do_multicast()
951 /* Disable Multicast promisc */ mlx4_en_do_multicast()
1098 * again once we are in a forced promisc mode state
1794 /* Disable Multicast promisc */ mlx4_en_stop_port()
H A Dmlx4.h809 __be32 promisc; member in struct:mlx4_set_port_rqp_calc_context
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c79 int broadcast, int promisc, int allmulti) enic_dev_packet_filter()
85 multicast, broadcast, promisc, allmulti); enic_dev_packet_filter()
78 enic_dev_packet_filter(struct enic *enic, int directed, int multicast, int broadcast, int promisc, int allmulti) enic_dev_packet_filter() argument
H A Denic_dev.h47 int broadcast, int promisc, int allmulti);
H A Dvnic_dev.h138 int broadcast, int promisc, int allmulti);
H A Denic_main.c852 int promisc = (netdev->flags & IFF_PROMISC) || enic_set_rx_mode() local
858 (promisc ? IFF_PROMISC : 0); enic_set_rx_mode()
863 multicast, broadcast, promisc, allmulti); enic_set_rx_mode()
866 if (!promisc) { enic_set_rx_mode()
H A Dvnic_dev.c757 int broadcast, int promisc, int allmulti) vnic_dev_packet_filter()
766 (promisc ? CMD_PFILTER_PROMISCUOUS : 0) | vnic_dev_packet_filter()
756 vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, int broadcast, int promisc, int allmulti) vnic_dev_packet_filter() argument
/linux-4.4.14/net/openvswitch/
H A Ddp_notify.c86 /* upper_dev_unlink and decrement promisc immediately */ dp_device_event()
/linux-4.4.14/net/bridge/
H A Dbr_if.c108 /* Check if the port is already non-promisc or if it doesn't br_port_clear_promisc()
110 * we'll end up re-enabling promisc mode anyway, so just check for br_port_clear_promisc()
116 /* Since we'll be clearing the promisc mode, program the port br_port_clear_promisc()
H A Dbr_input.c49 * packet is allowed except in promisc modue when someone br_pass_frame_up()
H A Dbr_vlan.c344 * only exception is the bridge is set in promisc mode and the br_handle_vlan()
/linux-4.4.14/drivers/scsi/fnic/
H A Dvnic_dev.h134 int broadcast, int promisc, int allmulti);
H A Dvnic_dev.c473 int broadcast, int promisc, int allmulti) vnic_dev_packet_filter()
482 (promisc ? CMD_PFILTER_PROMISCUOUS : 0) | vnic_dev_packet_filter()
472 vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, int broadcast, int promisc, int allmulti) vnic_dev_packet_filter() argument
H A Dvnic_devcmd.h106 /* disable/enable promisc mode: (u8)a0=0/1 */
/linux-4.4.14/drivers/net/ethernet/wiznet/
H A Dw5100.c104 bool promisc; member in struct:w5100_priv
355 w5100_write(priv, W5100_S0_MR, priv->promisc ? w5100_hw_start()
559 if (priv->promisc != set_promisc) { w5100_set_rx_mode()
560 priv->promisc = set_promisc; w5100_set_rx_mode()
H A Dw5300.c100 bool promisc; member in struct:w5300_priv
273 w5300_write(priv, W5300_S0_MR, priv->promisc ? w5300_hw_start()
479 if (priv->promisc != set_promisc) { w5300_set_rx_mode()
480 priv->promisc = set_promisc; w5300_set_rx_mode()
/linux-4.4.14/arch/m68k/include/asm/
H A Dm68360_enet.h42 #define R_M 0x0100 /* received because of promisc. mode */
/linux-4.4.14/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h238 unsigned char promisc; /* promisc-mode(0) , et al (1-7) */ member in struct:configure_cmd_struct
H A Dsun3_82586.c431 cfg_cmd->promisc = 0; init586()
435 printk("%s: switching to promisc. mode\n",dev->name); init586()
436 cfg_cmd->promisc = 1; init586()
440 cfg_cmd->promisc = 1; init586()
H A D82596.c1457 DEB(DEB_MULTI,printk(KERN_DEBUG "%s: set multicast list, %d entries, promisc %s, allmulti %s\n", set_multicast_list()
H A Dlib82596.c1342 "%s: set multicast list, %d entries, promisc %s, allmulti %s\n", set_multicast_list()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb.h108 #define IGB_VF_FLAG_UNI_PROMISC 0x00000002 /* VF has unicast promisc */
109 #define IGB_VF_FLAG_MULTI_PROMISC 0x00000004 /* VF has multicast promisc */
H A Digb_main.c5707 /* if we have hashes and we are clearing a multicast promisc igb_set_vf_promisc()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dfplustm.h159 u_short rx_mode ; /* address mode broad/multi/promisc */
/linux-4.4.14/net/802/
H A Dhippi.c111 * No fancy promisc stuff here now. hippi_type_trans()
/linux-4.4.14/net/llc/
H A Dllc_input.c169 * When the interface is in promisc. mode, drop all the crap that it llc_rcv()
/linux-4.4.14/drivers/net/wireless/
H A Dray_cs.c1803 UCHAR promisc; set_multicast_list() local
1809 pr_debug("ray_cs set_multicast_list promisc on\n"); set_multicast_list()
1811 promisc = 1; set_multicast_list()
1813 &promisc, sizeof(promisc)); set_multicast_list()
1817 pr_debug("ray_cs set_multicast_list promisc off\n"); set_multicast_list()
1819 promisc = 0; set_multicast_list()
1821 &promisc, sizeof(promisc)); set_multicast_list()
H A Dat76c50x-usb.c1486 priv->mib_buf.data.byte = priv->promisc ? 1 : 0; at76_work_set_promisc()
2080 /* FIXME: access to priv->promisc should be protected with at76_configure_filter()
2084 if (flags && !priv->promisc) { at76_configure_filter()
2086 priv->promisc = 1; at76_configure_filter()
2087 } else if (!flags && priv->promisc) { at76_configure_filter()
2089 priv->promisc = 0; at76_configure_filter()
H A Dat76c50x-usb.h408 int promisc; member in struct:at76_priv
H A Drndis_wlan.c3438 * promisc mode which doesn't work well for our devices (device rndis_wlan_bind()
3442 * so do promisc/multicast handling in rndis_wlan. rndis_wlan_bind()
H A Dzd1201.c660 * toggled in promisc (aka monitor) mode.
H A Dadm8211.c1864 /* dev->flags = RX_INCLUDES_FCS in promisc mode */ adm8211_probe()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_flow_table.c725 mlx5e_add_eth_addr_rule(priv, &ea->promisc, MLX5E_PROMISC); mlx5e_set_rx_mode_work()
745 mlx5e_del_eth_addr_from_flow_table(priv, &ea->promisc); mlx5e_set_rx_mode_work()
H A Den.h455 struct mlx5e_eth_addr_info promisc; member in struct:mlx5e_eth_addr_db
/linux-4.4.14/drivers/net/ethernet/alteon/
H A Dacenic.c2263 ap->promisc = 1; ace_open()
2265 ap->promisc = 0; ace_open()
2301 if (ap->promisc) { ace_close()
2306 ap->promisc = 0; ace_close()
2765 if ((dev->flags & IFF_PROMISC) && !(ap->promisc)) { ace_set_multicast_list()
2770 ap->promisc = 1; ace_set_multicast_list()
2771 }else if (!(dev->flags & IFF_PROMISC) && (ap->promisc)) { ace_set_multicast_list()
2776 ap->promisc = 0; ace_set_multicast_list()
H A Dacenic.h641 int promisc, mcast_all; member in struct:ace_private
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h424 short promisc; member in struct:r8192_priv
H A Drtl_core.c931 priv->promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; _rtl92e_init_priv_variable()
2256 short promisc; _rtl92e_set_multicast() local
2258 promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; _rtl92e_set_multicast()
2259 priv->promisc = promisc; _rtl92e_set_multicast()
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Ddebug.c133 seq_puts(seq, "Filter: promisc\n"); cw1200_status_show()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
H A Dehea.h454 int promisc; /* Indicates IFF_PROMISC state */ member in struct:ehea_port
H A Dehea_main.c1819 if (enable == port->promisc) ehea_promiscuous()
1839 port->promisc = enable; ehea_promiscuous()
/linux-4.4.14/net/bluetooth/
H A Dhci_sock.c584 atomic_dec(&hdev->promisc); hci_sock_release()
789 atomic_inc(&hdev->promisc); hci_sock_bind()
854 atomic_inc(&hdev->promisc); hci_sock_bind()
H A Dhci_core.c3614 if (atomic_read(&hdev->promisc)) { hci_send_frame()
4444 if (atomic_read(&hdev->promisc)) { hci_rx_work()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1125 * @promisc: 1 to enable promiscuous mode, 0 to disable it, -1 no change
1134 int mtu, int promisc, int all_multi, int bcast, int vlanex, t4vf_set_rxmode()
1142 if (promisc < 0) t4vf_set_rxmode()
1143 promisc = FW_VI_RXMODE_CMD_PROMISCEN_M; t4vf_set_rxmode()
1159 FW_VI_RXMODE_CMD_PROMISCEN_V(promisc) | t4vf_set_rxmode()
1133 t4vf_set_rxmode(struct adapter *adapter, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4vf_set_rxmode() argument
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2sta.c926 u16 promisc; prism2sta_setmulticast() local
933 promisc = P80211ENUM_truth_true; prism2sta_setmulticast()
935 promisc = P80211ENUM_truth_false; prism2sta_setmulticast()
939 promisc); prism2sta_setmulticast()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunbmac.h192 #define BIGMAC_RXCFG_PGRP 0x00000400 /* Enable promisc group mode */
H A Dsunhme.h230 #define BIGMAC_RXCFG_PGRP 0x00000400 /* Enable promisc group mode */
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dspider_net.c241 * thus either allows for non-promisc mode or promisc mode
592 * spider_net_set_multi - sets multicast addresses and promisc flags
596 * netdev interface. It also sets up multicast, allmulti and promisc
H A Dps3_gelic_net.c599 * gelic_net_set_multi - sets multicast addresses and promisc flags
603 * netdev interface. It also sets up multicast, allmulti and promisc
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Def10.c82 /* Indices (like efx_ef10_dev_addr.id) for promisc/allmulti filters */
3883 static void efx_ef10_filter_uc_addr_list(struct efx_nic *efx, bool *promisc) efx_ef10_filter_uc_addr_list() argument
3894 *promisc = true; efx_ef10_filter_uc_addr_list()
3900 *promisc = true; netdev_for_each_uc_addr()
3909 static void efx_ef10_filter_mc_addr_list(struct efx_nic *efx, bool *promisc) efx_ef10_filter_mc_addr_list() argument
3919 *promisc = true; efx_ef10_filter_mc_addr_list()
3925 *promisc = true; netdev_for_each_mc_addr()
4211 /* Changing promisc state, so remove old filters */ efx_ef10_filter_sync_rx_mode()
4229 /* Changing promisc state, so remove old filters */ efx_ef10_filter_sync_rx_mode()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Db44.h276 #define RX_FLAG_MISS 0x00000080 /* Received due to promisc mode */
/linux-4.4.14/net/ipv4/
H A Dip_input.c381 /* When the interface is in promisc. mode, drop all the crap ip_rcv()
/linux-4.4.14/drivers/staging/rtl8192u/
H A Dr8192U_core.c848 DMESG("NIC in promisc mode"); rtl8192_set_rxconf()
2239 priv->promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; rtl8192_init_priv_variable()
3668 short promisc; r8192_set_multicast() local
3672 promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; r8192_set_multicast()
3674 if (promisc != priv->promisc) r8192_set_multicast()
3676 priv->promisc = promisc; r8192_set_multicast()
H A Dr8192U.h892 short promisc; member in struct:r8192_priv
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c366 * into promisc mode or we start all out war on temac_set_multicast_list()
367 * the cable. If it was a promisc request the temac_set_multicast_list()
/linux-4.4.14/drivers/net/
H A Dmacvlan.c1382 bool promisc = (flags ^ vlan->flags) & MACVLAN_FLAG_NOPROMISC; macvlan_changelink() local
1383 if (vlan->port->passthru && promisc) { macvlan_changelink()
H A Dvirtio_net.c1177 dev_warn(&dev->dev, "Failed to %sable promisc mode.\n", virtnet_set_rx_mode()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1052 /* move promisc configuration from pending -> active */ bna_rxf_promisc_cfg_apply()
1060 /* move promisc configuration from pending -> active */ bna_rxf_promisc_cfg_apply()
1077 /* Clear pending promisc mode disable */ bna_rxf_promisc_cfg_reset()
1090 /* Move promisc mode config from active -> pending */ bna_rxf_promisc_cfg_reset()
2611 /* If promisc mode is already enabled elsewhere in the system */ bna_rx_mode_set()
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dnetcp_core.c1436 bool promisc; netcp_set_rx_mode() local
1438 promisc = (ndev->flags & IFF_PROMISC || netcp_set_rx_mode()
1455 if (promisc) netcp_set_rx_mode()
/linux-4.4.14/drivers/staging/octeon/
H A Dethernet.c340 * Reject matches if promisc. Since CAM is cvm_oct_common_set_multicast_list()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h413 * bcnmisc_monitor: bcns promisc mode override for monitor.
/linux-4.4.14/drivers/net/ethernet/adi/
H A Dbfin_mac.c1483 netdev_info(dev, "set promisc mode\n"); bfin_mac_set_multicast_list()
1499 /* clear promisc or multicast mode */ bfin_mac_set_multicast_list()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c879 /* promisc: get all */ libipw_rx_any()
894 /* promisc: get all */ libipw_rx_any()
/linux-4.4.14/net/key/
H A Daf_key.c53 int promisc; member in struct:pfkey_sock
246 if (pfk->promisc) pfkey_broadcast()
1838 pfk->promisc = satype; pfkey_promisc()
/linux-4.4.14/drivers/net/wireless/prism54/
H A Dislpci_dev.c788 /* put device into promisc mode and let network layer handle it */
/linux-4.4.14/drivers/net/ieee802154/
H A Dmrf24j40.c1123 /* Set RX Mode. RXMCR<1:0>: 0x0 normal, 0x1 promisc, 0x2 error */ mrf24j40_hw_init()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c945 enable_promisc starts promisc mode
/linux-4.4.14/include/linux/mlx4/
H A Ddevice.h1348 u8 promisc);
/linux-4.4.14/drivers/s390/net/
H A Dqeth_l3_main.c2113 QETH_CARD_TEXT(card, 3, "+promisc"); qeth_l3_handle_promisc_mode()
2116 QETH_CARD_TEXT(card, 3, "-promisc"); qeth_l3_handle_promisc_mode()
/linux-4.4.14/drivers/net/ethernet/ibm/
H A Dibmveth.c1301 "entering promisc mode\n", lpar_rc); ibmveth_set_multicast_list()
/linux-4.4.14/drivers/net/ethernet/apple/
H A Dbmac.c995 XXDEBUG(("bmac: promisc mode enabled, rx_cfg=%#08x\n", rx_cfg)); bmac_set_multicast()
/linux-4.4.14/net/batman-adv/
H A Dtypes.h458 * @BATADV_CNT_NC_SNIFFED: counter for nc-decoded packets received in promisc
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h363 atomic_t promisc; member in struct:hci_dev
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c846 myri10ge_change_promisc(struct myri10ge_priv *mgp, int promisc, int atomic) myri10ge_change_promisc() argument
851 ctl = promisc ? MXGEFW_ENABLE_PROMISC : MXGEFW_DISABLE_PROMISC; myri10ge_change_promisc()
854 netdev_err(mgp->dev, "Failed to set promisc mode\n"); myri10ge_change_promisc()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6474 * @promisc: 1 to enable promiscuous mode, 0 to disable it, -1 no change
6483 int mtu, int promisc, int all_multi, int bcast, int vlanex, t4_set_rxmode()
6491 if (promisc < 0) t4_set_rxmode()
6492 promisc = FW_VI_RXMODE_CMD_PROMISCEN_M; t4_set_rxmode()
6507 FW_VI_RXMODE_CMD_PROMISCEN_V(promisc) | t4_set_rxmode()
6482 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4_set_rxmode() argument
H A Dcxgb4.h1382 int mtu, int promisc, int all_multi, int bcast, int vlanex,
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2096 "set multi promisc failed, err %s aq_err %s\n", i40e_sync_vsi_filters()
2108 /* set defport ON for Main VSI instead of true promisc i40e_sync_vsi_filters()
2110 * promisc behavior but will not get VF or VMDq traffic i40e_sync_vsi_filters()
2129 "set unicast promisc failed, err %d, aq_err %d\n", i40e_sync_vsi_filters()
2137 "set multicast promisc failed, err %d, aq_err %d\n", i40e_sync_vsi_filters()
2145 "set brdcast promisc failed, err %s, aq_err %s\n", i40e_sync_vsi_filters()
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Dns83820.c47 * - add allmulti/promisc support
/linux-4.4.14/drivers/net/team/
H A Dteam.c2065 * bring us to promisc mode in case a unicast addr is added. team_setup()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h993 #define BE_MAX_MC 64 /* set mcast promisc if > 64 */
H A Dbe_main.c1423 /* Set to VLAN promisc mode as setting VLAN filter failed */ be_vid_config()
1554 /* Enable multicast promisc if num configured exceeds what we support */ be_set_rx_mode()
H A Dbe_cmds.c1963 /* Reset mcast promisc mode if already set by setting mask __be_cmd_rx_filter()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c949 /* set promisc def queue id */ hns_dsaf_comm_init()
/linux-4.4.14/drivers/net/wireless/b43legacy/
H A Dmain.c2062 * doesn't work properly, so always run promisc in filter b43legacy_adjust_opmode()
/linux-4.4.14/net/core/
H A Ddev.c31 * Alan Cox : Fixed promisc NULL pointer trap
5717 * If inc causes overflow, untouch promisc and return error. __dev_set_promiscuity()
/linux-4.4.14/drivers/net/bonding/
H A Dbond_main.c580 /* Update the hardware address list and promisc/allmulti for the new and
/linux-4.4.14/drivers/net/wireless/b43/
H A Dmain.c3138 * doesn't work properly, so always run promisc in filter b43_adjust_opmode()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c1179 vxge_debug_init(VXGE_ERR, "failed to %s promisc" vxge_set_multicast()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c3431 /* Do not hardware filter VLANs in promisc mode */ e1000e_set_rx_mode()
/linux-4.4.14/drivers/net/ethernet/neterion/
H A Ds2io.c49 * Default is '2' - which means disable in promisc mode
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6227 /* According to definition of SI mode, iface in promisc mode bnx2x_fill_accept_flags()

Completed in 3732 milliseconds