Home
last modified time | relevance | path

Searched refs:unicast (Results 1 – 25 of 55) sorted by relevance

123

/linux/net/mac80211/tests/
H A Dmfp.c16 bool sta, mfp, decrypted, unicast, assoc; member
28 .unicast = true,
36 .unicast = false,
44 .unicast = true,
53 .unicast = false,
62 .unicast = true,
72 .unicast = false,
83 .unicast = true,
91 .unicast = false,
99 .unicast = true,
[all …]
/linux/Documentation/networking/
H A Dbareudp.rst19 The MPLS protocol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast).
50 For MPLS, the multiproto mode allows the tunnel to handle both unicast
H A Dmac80211-injection.rst35 an ACK even if it is a unicast frame
H A Dswitchdev.rst180 - VLAN flooding of multicast/broadcast and unknown unicast packets
311 and unknown unicast packets to all ports in domain, if allowed by port's
329 certain netdevs from flooding unicast traffic for which there is no FDB entry.
432 appropriate filters for VLAN, multicast, unicast etc. The underlying device
/linux/Documentation/networking/devlink/
H A Dprestera.rst129 - Drops packets with illegal SIP/DIP multicast/unicast addresses.
135 - Drops packets with destination MAC being unicast, but destination IP address being multicast.
H A Ddevlink-params.rst133 maximum number of unicast mac address filters to receive traffic from
/linux/net/dccp/
H A DKconfig
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h43 bool unicast, bool multicast);
H A Dcfg80211.c572 int link_id, u8 key_index, bool unicast, in qtnf_set_default_key() argument
578 ret = qtnf_cmd_send_set_default_key(vif, key_index, unicast, multicast); in qtnf_set_default_key()
581 vif->mac->macid, vif->vifid, key_index, unicast, in qtnf_set_default_key()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_fib.sh88 fib daddr type unicast counter comment "daddr not local"
89 fib daddr . iif type unicast counter comment "daddr not configured on iif"
93 fib daddr type unicast counter
94 fib daddr . oif type unicast counter
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c173 bool hdr_trans, unicast, insert_ccmp_hdr = false; in mt7921_mac_fill_rx() local
213 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7921_mac_fill_rx()
215 status->wcid = mt792x_rx_get_wcid(dev, idx, unicast); in mt7921_mac_fill_rx()
440 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7921_mac_fill_rx()
/linux/tools/lib/bpf/
H A Dnetlink.c673 bool unicast) in __get_tc_info() argument
680 if (unicast && info->processed) in __get_tc_info()
694 return unicast ? NL_NEXT : NL_DONE; in __get_tc_info()
/linux/arch/nios2/boot/dts/
H A D10m50_devboard.dts102 altr,has-supplementary-unicast;
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst113 Restricting the unknown unicast and multicast flooding domain is supported, but
118 Error: fsl_dpaa2_switch: Cannot configure multicast flooding independently of unicast.
H A Dethernet-driver.rst173 Hardware offload of unicast and multicast MAC filtering is supported on the
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c88 u8 idx, bool unicast) in mt7615_rx_get_wcid() argument
94 if (unicast || !wcid) in mt7615_rx_get_wcid()
344 bool unicast, hdr_trans, remove_pad, insert_ccmp_hdr = false; in mt7615_mac_fill_rx() local
379 unicast = (rxd1 & MT_RXD1_NORMAL_ADDR_TYPE) == MT_RXD1_NORMAL_U2M; in mt7615_mac_fill_rx()
381 status->wcid = mt7615_rx_get_wcid(dev, idx, unicast); in mt7615_mac_fill_rx()
644 status->aggr = unicast && in mt7615_mac_fill_rx()
/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME231 bit 1 = 1 -- unicast data
243 echo "3" > hscfg : Broadcast and unicast data;
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c512 mt7603_rx_get_wcid(struct mt7603_dev *dev, u8 idx, bool unicast) in mt7603_rx_get_wcid() argument
518 if (unicast || !wcid) in mt7603_rx_get_wcid()
541 bool unicast = rxd1 & MT_RXD1_NORMAL_U2M; in mt7603_mac_fill_rx() local
554 status->wcid = mt7603_rx_get_wcid(dev, idx, unicast); in mt7603_mac_fill_rx()
705 status->aggr = unicast && in mt7603_mac_fill_rx()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c54 u16 idx, bool unicast) in mt7915_rx_get_wcid() argument
60 if (unicast || !wcid) in mt7915_rx_get_wcid()
278 bool unicast, insert_ccmp_hdr = false; in mt7915_mac_fill_rx() local
314 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7915_mac_fill_rx()
316 status->wcid = mt7915_rx_get_wcid(dev, idx, unicast); in mt7915_mac_fill_rx()
538 status->aggr = unicast && in mt7915_mac_fill_rx()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c377 bool hdr_trans, unicast, insert_ccmp_hdr = false; in mt7925_mac_fill_rx() local
412 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7925_mac_fill_rx()
414 status->wcid = mt792x_rx_get_wcid(dev, idx, unicast); in mt7925_mac_fill_rx()
633 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7925_mac_fill_rx()
/linux/Documentation/driver-api/
H A Dslimbus.rst20 management, configuration and status updates. These messages can be unicast (e.g.
/linux/net/sched/
H A Dcls_api.c638 u32 seq, u16 flags, int event, bool unicast,
2164 u32 parent, void *fh, int event, bool unicast, in tfilter_notify() argument
2171 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify()
2179 if (unicast) in tfilter_notify()
3029 u32 seq, u16 flags, int event, bool unicast, in tc_chain_notify() argument
3038 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify()
3052 if (unicast) in tc_chain_notify()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.h701 unsigned int unicast:1; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.h609 int unicast,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig63 is enabled to allow passing user configured unicast MAC addresses to the

123