Home
last modified time | relevance | path

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

1234

/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/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/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/slpd-lite/
H A DREADME.md11 SLPD:-This is a unicast SLP UDP server which serves the following two messages:
/openbmc/qemu/qapi/
H A Dnet.json277 # @udp: UDP unicast address and port number
806 # @unicast: unicast receive state
814 # @unicast-overflow: unicast table is overflowed or not
820 # @unicast-table: a list of unicast macaddr string
831 'unicast': 'RxState',
835 'unicast-overflow': 'bool',
838 'unicast-table': ['str'],
/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/include/rdma/
H A Dopa_vnic.h64 u64 unicast; member
/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/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/net/dccp/
H A DKconfig11 protocol that implements bidirectional, unicast connections of
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dport.h413 int port, bool unicast);
417 bool unicast);
H A Dport.c913 int port, bool unicast) in mv88e6185_port_set_forward_unknown() argument
922 if (unicast) in mv88e6185_port_set_forward_unknown()
931 bool unicast) in mv88e6352_port_set_ucast_flood() argument
940 if (unicast) in mv88e6352_port_set_ucast_flood()
/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/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.rst716 30: unicast routing
756 unicast or multicast routing
761 Table ID 30: unicast routing::
767 Must be unicast address
770 Must be unicast address
815 OF_DPA_TUNNEL_LPORT 4 unicast Tenant Bridging
948 2: L3 unicast
959 0: Flood unicast tunnel
961 2: Multicast unicast tunnel
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c1173 bool unicast = false; in of_dpa_cmd_add_term_mac() local
1210 unicast = true; in of_dpa_cmd_add_term_mac()
1223 if (!unicast && !multicast) { in of_dpa_cmd_add_term_mac()
1240 if (unicast && in of_dpa_cmd_add_term_mac()
1264 bool unicast = false; in of_dpa_cmd_add_bridging() local
1305 unicast = (key->eth.dst.a[0] & 0x01) == 0x00; in of_dpa_cmd_add_bridging()
1320 mode = unicast ? BRIDGING_MODE_VLAN_UCAST : in of_dpa_cmd_add_bridging()
1327 mode = unicast ? BRIDGING_MODE_TUNNEL_UCAST : in of_dpa_cmd_add_bridging()

1234