Home
last modified time | relevance | path

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

12345

/openbmc/linux/arch/um/drivers/
H A Dumcast_user.c46 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()
H A Dumcast_kern.c24 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()
H A Dumcast.h18 int unicast; member
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Daltera_tse.txt26 - altr,has-supplementary-unicast:
27 If present, TSE supports additional unicast addresses.
28 Otherwise additional unicast addresses are not supported.
71 altr,has-supplementary-unicast;
109 altr,has-supplementary-unicast;
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Daltr,tse.yaml38 altr,has-supplementary-unicast:
41 If present, TSE supports additional unicast addresses.
131 altr,has-supplementary-unicast;
155 altr,has-supplementary-unicast;
H A Dmicrochip,sparx5-switch.yaml20 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
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)},
94 {"rx_unicast", VNIC_STAT(rx_grp.unicast)},
/openbmc/slpd-lite/
H A DREADME.md11 SLPD:-This is a unicast SLP UDP server which serves the following two messages:
/openbmc/linux/Documentation/networking/
H A Dbareudp.rst18 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
/openbmc/qemu/hw/net/
H A Dxgmac.c339 int unicast, broadcast, multicast; in eth_rx() local
346 unicast = ~buf[0] & 0x1; in eth_rx()
348 multicast = !unicast && !broadcast; in eth_rx()
H A Dxilinx_axienet.c706 int unicast, broadcast, multicast, ip_multicast = 0; in eth_rx() local
718 unicast = ~buf[0] & 0x1; in eth_rx()
720 multicast = !unicast && !broadcast; in eth_rx()
736 if (unicast) { in eth_rx()
770 if (unicast) { in eth_rx()
/openbmc/qemu/qapi/
H A Dnet.json267 # @udp: UDP unicast address and port number
775 # @unicast: unicast receive state
783 # @unicast-overflow: unicast table is overflowed or not
789 # @unicast-table: a list of unicast macaddr string
800 'unicast': 'RxState',
804 'unicast-overflow': 'bool',
807 'unicast-table': ['str'],
/openbmc/linux/include/rdma/
H A Dopa_vnic.h64 u64 unicast; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c26 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()
/openbmc/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-trap.rst154 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.,
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h276 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()
H A Dmt792x_mac.c139 bool unicast) in mt792x_rx_get_wcid() argument
148 if (unicast || !wcid) in mt792x_rx_get_wcid()
/openbmc/linux/net/dccp/
H A DKconfig11 protocol that implements bidirectional, unicast connections of
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c406 bool unicast = false; in _rtl_usb_rx_process_agg() local
427 unicast = true; in _rtl_usb_rx_process_agg()
434 if (unicast) in _rtl_usb_rx_process_agg()
448 bool unicast = false; in _rtl_usb_rx_process_noagg() local
469 unicast = true; in _rtl_usb_rx_process_noagg()
476 if (unicast) in _rtl_usb_rx_process_noagg()
/openbmc/linux/Documentation/networking/dsa/
H A Dlan9303.rst25 is enabled. This means that unicast traffic is forwarded in HW. Broadcast and
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dport.h413 int port, bool unicast);
417 bool unicast);
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h43 bool unicast, bool multicast);
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c169 bool hdr_trans, unicast, insert_ccmp_hdr = false; in mt7921_mac_fill_rx() local
208 unicast = FIELD_GET(MT_RXD3_NORMAL_ADDR_TYPE, rxd3) == MT_RXD3_NORMAL_U2M; in mt7921_mac_fill_rx()
210 status->wcid = mt792x_rx_get_wcid(dev, idx, unicast); in mt7921_mac_fill_rx()
438 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7921_mac_fill_rx()
/openbmc/qemu/docs/specs/
H A Drocker.txt715 30: unicast routing
755 unicast or multicast routing
760 Table ID 30: unicast routing
766 Must be unicast address
769 Must be unicast address
814 OF_DPA_TUNNEL_LPORT 4 unicast Tenant Bridging
947 2: L3 unicast
958 0: Flood unicast tunnel
960 2: Multicast unicast tunnel

12345