/linux-6.3-rc2/arch/um/drivers/ |
A 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()
|
A 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()
|
A D | umcast.h | 18 int unicast; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | altr,tse.yaml | 38 altr,has-supplementary-unicast: 41 If present, TSE supports additional unicast addresses. 131 altr,has-supplementary-unicast; 155 altr,has-supplementary-unicast;
|
A D | microchip,sparx5-switch.yaml | 20 IPv4/IPv6 Layer 3 (L3) unicast and multicast routing is supported 21 with up to 18K IPv4/9K IPv6 unicast LPM entries and up to 9K IPv4/3K
|
/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/ |
A D | opa_vnic_ethtool.c | 81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)}, 94 {"rx_unicast", VNIC_STAT(rx_grp.unicast)},
|
/linux-6.3-rc2/Documentation/networking/ |
A 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
|
A D | mac80211-injection.rst | 35 an ACK even if it is a unicast frame
|
/linux-6.3-rc2/include/rdma/ |
A D | opa_vnic.h | 64 u64 unicast; member
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A 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-6.3-rc2/Documentation/networking/devlink/ |
A 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.
|
A 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 571 - Contains a packet trap for unicast loopback packets (i.e.,
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | mt76x02.h | 276 mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast) in mt76x02_rx_get_sta_wcid() argument 281 if (unicast) in mt76x02_rx_get_sta_wcid()
|
/linux-6.3-rc2/net/dccp/ |
A D | Kconfig | 11 protocol that implements bidirectional, unicast connections of
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/ |
A 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-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | port.h | 391 int port, bool unicast); 395 bool unicast);
|
A D | port.c | 928 int port, bool unicast) in mv88e6185_port_set_forward_unknown() argument 937 if (unicast) in mv88e6185_port_set_forward_unknown() 946 bool unicast) in mv88e6352_port_set_ucast_flood() argument 955 if (unicast) in mv88e6352_port_set_ucast_flood()
|
/linux-6.3-rc2/Documentation/networking/dsa/ |
A D | lan9303.rst | 25 is enabled. This means that unicast traffic is forwarded in HW. Broadcast and
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | mac.c | 13 u16 idx, bool unicast) in mt7921_rx_get_wcid() argument 22 if (unicast || !wcid) in mt7921_rx_get_wcid() 233 bool hdr_trans, unicast, insert_ccmp_hdr = false; in mt7921_mac_fill_rx() local 272 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7921_mac_fill_rx() 274 status->wcid = mt7921_rx_get_wcid(dev, idx, unicast); in mt7921_mac_fill_rx() 501 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7921_mac_fill_rx()
|
/linux-6.3-rc2/drivers/net/wireless/quantenna/qtnfmac/ |
A D | commands.h | 43 bool unicast, bool multicast);
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | netlink.c | 646 bool unicast) in __get_tc_info() argument 653 if (unicast && info->processed) in __get_tc_info() 667 return unicast ? NL_NEXT : NL_DONE; in __get_tc_info()
|
/linux-6.3-rc2/arch/nios2/boot/dts/ |
A D | 10m50_devboard.dts | 102 altr,has-supplementary-unicast;
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 595 u32 seq, u16 flags, int event, bool unicast, 655 u32 seq, u16 flags, bool unicast); 2027 u32 parent, void *fh, int event, bool unicast, in tfilter_notify() argument 2045 if (unicast) in tfilter_notify() 2056 u32 parent, void *fh, bool unicast, bool *last, in tfilter_del_notify() argument 2081 if (unicast) in tfilter_del_notify() 2878 u32 seq, u16 flags, int event, bool unicast, in tc_chain_notify() argument 2898 if (unicast) in tc_chain_notify() 2910 u32 seq, u16 flags, bool unicast) in tc_chain_notify_delete() argument 2926 if (unicast) in tc_chain_notify_delete()
|
/linux-6.3-rc2/drivers/staging/rtl8192e/ |
A 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-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
A 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.
|