/openbmc/linux/net/netfilter/ |
H A D | xt_pkttype.c | 32 type = PACKET_MULTICAST; in pkttype_mt() 34 type = PACKET_MULTICAST; in pkttype_mt()
|
H A D | nft_meta.c | 88 nft_reg_store8(dest, PACKET_MULTICAST); in nft_meta_get_eval_pkttype_lo() 93 nft_reg_store8(dest, PACKET_MULTICAST); in nft_meta_get_eval_pkttype_lo() 107 nft_reg_store8(dest, PACKET_MULTICAST); in nft_meta_get_eval_pkttype_lo() 114 nft_reg_store8(dest, PACKET_MULTICAST); in nft_meta_get_eval_pkttype_lo()
|
H A D | xt_cluster.c | 105 skb->pkt_type == PACKET_MULTICAST) { in xt_cluster_mt()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_dnat.c | 33 skb->pkt_type = PACKET_MULTICAST; in ebt_dnat_tg()
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.c | 95 if (pstx_fb->pkt_type == PACKET_MULTICAST) { in cmpk_count_txstatistic() 111 if (pstx_fb->pkt_type == PACKET_MULTICAST) in cmpk_count_txstatistic()
|
/openbmc/linux/net/802/ |
H A D | fddi.c | 124 skb->pkt_type = PACKET_MULTICAST; in fddi_type_trans()
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_packet.h | 28 #define PACKET_MULTICAST 2 /* To group */ macro
|
/openbmc/linux/net/hsr/ |
H A D | hsr_forward.c | 354 was_multicast_frame = (skb->pkt_type == PACKET_MULTICAST); in hsr_deliver_master() 488 skb->pkt_type == PACKET_MULTICAST || in check_local_dest()
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 604 work->word2.s.is_mcast = (skb->pkt_type == PACKET_MULTICAST); in cvm_oct_xmit_pow() 633 (skb->pkt_type == PACKET_MULTICAST); in cvm_oct_xmit_pow()
|
/openbmc/linux/include/linux/ |
H A D | etherdevice.h | 628 skb->pkt_type = PACKET_MULTICAST; in eth_skb_pkt_type()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_input.c | 238 skb->pkt_type == PACKET_MULTICAST) && in ip6_rcv_core()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_input.c | 396 skb->pkt_type == PACKET_MULTICAST) { in ip_rcv_finish_core()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 58 return skb->pkt_type == PACKET_MULTICAST || skb->pkt_type == PACKET_BROADCAST; in mlx5e_skb_is_multicast()
|
/openbmc/linux/net/8021q/ |
H A D | vlan_core.c | 68 if (skb->pkt_type == PACKET_MULTICAST) in vlan_do_receive()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 231 skb->pkt_type = PACKET_MULTICAST; in ipoib_ib_handle_rx_wc() 259 if (skb->pkt_type == PACKET_MULTICAST) in ipoib_ib_handle_rx_wc()
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 255 pkt_type = PACKET_MULTICAST; in ipvlan_process_multicast()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | interface.c | 238 if (vif->multicast_control && skb->pkt_type == PACKET_MULTICAST) { in xenvif_start_xmit()
|
/openbmc/linux/drivers/net/ |
H A D | amt.c | 2333 skb->pkt_type = PACKET_MULTICAST; in amt_multicast_data_handler() 2431 skb->pkt_type = PACKET_MULTICAST; in amt_membership_query_handler() 2533 skb->pkt_type = PACKET_MULTICAST; in amt_update_handler()
|
/openbmc/linux/drivers/net/plip/ |
H A D | plip.c | 558 skb->pkt_type=PACKET_MULTICAST; in plip_type_trans()
|
/openbmc/linux/net/tipc/ |
H A D | bearer.c | 665 (skb->pkt_type <= PACKET_MULTICAST))) { in tipc_l2_rcv_msg()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptlan.c | 1518 skb->pkt_type = PACKET_MULTICAST; in mpt_lan_type_trans()
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_net.c | 143 skb->pkt_type=PACKET_MULTICAST; in dvb_net_eth_type_trans()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | core.c | 414 if (skb->pkt_type == PACKET_MULTICAST) in brcmf_netif_rx()
|
/openbmc/linux/drivers/firewire/ |
H A D | net.c | 519 skb->pkt_type = PACKET_MULTICAST; in fwnet_finish_incoming_packet()
|
/openbmc/linux/drivers/net/ethernet/adi/ |
H A D | adin1110.c | 357 if ((port_priv->flags & IFF_ALLMULTI && rxb->pkt_type == PACKET_MULTICAST) || in adin1110_read_fifo()
|