/Linux-v6.1/arch/um/drivers/ |
D | umcast_user.c | 46 if (pri->unicast) in umcast_user_init() 59 if (pri->unicast) in umcast_remove() 73 if ((!pri->unicast && lsin->sin_addr.s_addr == 0) || in umcast_open() 94 if (!pri->unicast) { in umcast_open() 122 if (!pri->unicast) { in umcast_open() 152 if (!pri->unicast) { in umcast_close()
|
D | umcast_kern.c | 24 bool unicast; member 38 dpri->unicast = init->unicast; in umcast_init() 42 if (dpri->unicast) { in umcast_init() 107 init->unicast = false; in mcast_setup() 153 init->unicast = true; in ucast_setup()
|
D | umcast.h | 18 int unicast; member
|
/Linux-v6.1/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)}, 94 {"rx_unicast", VNIC_STAT(rx_grp.unicast)},
|
/Linux-v6.1/Documentation/networking/ |
D | bareudp.rst | 18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast). 49 For MPLS, the multiproto mode allows the tunnel to handle both unicast
|
D | mac80211-injection.rst | 35 an ACK even if it is a unicast frame
|
/Linux-v6.1/include/rdma/ |
D | opa_vnic.h | 64 u64 unicast; member
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 26 for (src64 = &qstats->x_grp.unicast, \ 27 dst64 = &stats->x_grp.unicast; \ 143 tx_grp->unicast++; in hfi1_vnic_update_tx_counters() 172 rx_grp->unicast++; in hfi1_vnic_update_rx_counters()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02.h | 262 mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast) in mt76x02_rx_get_sta_wcid() argument 267 if (unicast) in mt76x02_rx_get_sta_wcid()
|
/Linux-v6.1/Documentation/networking/devlink/ |
D | prestera.rst | 129 - Drops packets with illegal SIP/DIP multicast/unicast addresses. 135 - Drops packets with destination MAC being unicast, but destination IP address being multicast.
|
D | devlink-trap.rst | 154 flooded (e.g., unknown unicast, unregistered multicast) and there are 167 - Traps unicast packets that should be forwarded by the device whose TTL 180 routed and they have a unicast destination IP and a multicast destination 230 - Traps unicast IPv4 packets that did not match any route 233 - Traps unicast IPv6 packets that did not match any route 346 - Traps unicast packets that need to be routed through the same layer 3 351 - Traps unicast packets that hit a local route and need to be locally 360 - Traps unicast IPv6 packets that need to be routed and have a destination 561 - Contains a packet trap for unicast loopback packets (i.e.,
|
/Linux-v6.1/net/dccp/ |
D | Kconfig | 11 protocol that implements bidirectional, unicast connections of
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/ |
D | usb.c | 425 bool unicast = false; in _rtl_usb_rx_process_agg() local 446 unicast = true; in _rtl_usb_rx_process_agg() 453 if (unicast) in _rtl_usb_rx_process_agg() 467 bool unicast = false; in _rtl_usb_rx_process_noagg() local 488 unicast = true; in _rtl_usb_rx_process_noagg() 495 if (unicast) in _rtl_usb_rx_process_noagg()
|
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | port.h | 389 int port, bool unicast); 393 bool unicast);
|
D | port.c | 919 int port, bool unicast) in mv88e6185_port_set_forward_unknown() argument 928 if (unicast) in mv88e6185_port_set_forward_unknown() 937 bool unicast) in mv88e6352_port_set_ucast_flood() argument 946 if (unicast) in mv88e6352_port_set_ucast_flood()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mac.c | 13 u16 idx, bool unicast) in mt7921_rx_get_wcid() argument 22 if (unicast || !wcid) in mt7921_rx_get_wcid() 226 bool hdr_trans, unicast, insert_ccmp_hdr = false; in mt7921_mac_fill_rx() local 265 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7921_mac_fill_rx() 267 status->wcid = mt7921_rx_get_wcid(dev, idx, unicast); in mt7921_mac_fill_rx() 484 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7921_mac_fill_rx()
|
/Linux-v6.1/Documentation/networking/dsa/ |
D | lan9303.rst | 25 is enabled. This means that unicast traffic is forwarded in HW. Broadcast and
|
/Linux-v6.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.h | 43 bool unicast, bool multicast);
|
/Linux-v6.1/tools/lib/bpf/ |
D | netlink.c | 550 bool unicast) in __get_tc_info() argument 557 if (unicast && info->processed) in __get_tc_info() 571 return unicast ? NL_NEXT : NL_DONE; in __get_tc_info()
|
/Linux-v6.1/net/sched/ |
D | cls_api.c | 490 u32 seq, u16 flags, int event, bool unicast); 549 u32 seq, u16 flags, bool unicast); 1872 u32 parent, void *fh, int event, bool unicast, in tfilter_notify() argument 1890 if (unicast) in tfilter_notify() 1901 u32 parent, void *fh, bool unicast, bool *last, in tfilter_del_notify() argument 1926 if (unicast) in tfilter_del_notify() 2709 u32 seq, u16 flags, int event, bool unicast) in tc_chain_notify() argument 2728 if (unicast) in tc_chain_notify() 2740 u32 seq, u16 flags, bool unicast) in tc_chain_notify_delete() argument 2756 if (unicast) in tc_chain_notify_delete()
|
/Linux-v6.1/arch/nios2/boot/dts/ |
D | 10m50_devboard.dts | 102 altr,has-supplementary-unicast;
|
/Linux-v6.1/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 1208 static void rtllib_rx_check_leave_lps(struct rtllib_device *ieee, u8 unicast, in rtllib_rx_check_leave_lps() argument 1211 if (unicast) { in rtllib_rx_check_leave_lps() 1302 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; in rtllib_rx_InfraAdhoc() local 1318 unicast = !multicast; in rtllib_rx_InfraAdhoc() 1319 if (unicast && !ether_addr_equal(dev->dev_addr, hdr->addr1)) { in rtllib_rx_InfraAdhoc() 1439 if (unicast) in rtllib_rx_InfraAdhoc() 1441 rtllib_rx_check_leave_lps(ieee, unicast, nr_subframes); in rtllib_rx_InfraAdhoc()
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | switch-driver.rst | 113 Restricting the unknown unicast and multicast flooding domain is supported, but 118 Error: fsl_dpaa2_switch: Cannot configure multicast flooding independently of unicast.
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mac.c | 474 mt7603_rx_get_wcid(struct mt7603_dev *dev, u8 idx, bool unicast) in mt7603_rx_get_wcid() argument 483 if (unicast || !wcid) in mt7603_rx_get_wcid() 506 bool unicast = rxd1 & MT_RXD1_NORMAL_U2M; in mt7603_mac_fill_rx() local 519 status->wcid = mt7603_rx_get_wcid(dev, idx, unicast); in mt7603_mac_fill_rx() 670 status->aggr = unicast && in mt7603_mac_fill_rx()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.c | 53 u16 idx, bool unicast) in mt7915_rx_get_wcid() argument 62 if (unicast || !wcid) in mt7915_rx_get_wcid() 232 bool unicast, insert_ccmp_hdr = false; in mt7915_mac_fill_rx() local 268 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7915_mac_fill_rx() 270 status->wcid = mt7915_rx_get_wcid(dev, idx, unicast); in mt7915_mac_fill_rx() 493 status->aggr = unicast && in mt7915_mac_fill_rx()
|