/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib-onlink-tests.sh | 270 # - unicast connected, unicast recursive 274 run_ip 254 ${TEST_NET4[1]}.1 ${CONGW[1]} ${NETIFS[p1]} 0 "unicast connected" 275 run_ip 254 ${TEST_NET4[1]}.2 ${RECGW4[1]} ${NETIFS[p1]} 0 "unicast recursive" 279 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.1 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected" 280 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.2 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive" 284 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.3 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected" 285 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.4 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive" 294 0 "unicast connected - multipath" 299 0 "unicast recursive - multipath" 304 0 "unicast connected - multipath onlink first only" [all …]
|
H A D | unicast_extensions.sh | 4 # By Seth Schoen (c) 2021, for the IPv4 Unicast Extensions Project 19 # * Currently the kernel DOES NOT accept unicast use of the lowest 24 # * Currently the kernel DOES NOT accept unicast use of any of 127/8. 26 # * Currently the kernel DOES NOT accept unicast use of any of 224/4. 167 echo "Unicast address extensions tests (behavior of reserved IPv4 addresses)" 202 # as a unicast address. Thus, these tests expect failure. 210 # Test support for unicast use of class D
|
/openbmc/linux/include/linux/ |
H A D | pim.h | 22 * 1 = Register Unicast to RP 23 * 2 = Register-Stop Unicast to source of Register 28 * 6 = Graft (used in PIM-DM only) Unicast to RPF'(S) 29 * 7 = Graft-Ack (used in PIM-DM only) Unicast to source of Graft 31 * 8 = Candidate-RP-Advertisement Unicast to Domain's BSR
|
H A D | drbd_genl_api.h | 9 * For (unicast) replies or informational (broadcast) messages 22 * @ret_code: kernel->userland unicast cfg reply return code (union with flags);
|
/openbmc/linux/arch/um/drivers/ |
H 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()
|
H 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()
|
/openbmc/linux/net/batman-adv/ |
H A D | send.c | 55 * otherwise it is sent as unicast to the given neighbor. 131 * batadv_send_unicast_skb() - Send unicast packet to neighbor 226 * common fields for unicast packets 227 * @skb: the skb carrying the unicast header to initialize 245 /* batman packet type: unicast */ in batadv_send_skb_push_fill_unicast() 247 /* set unicast ttl */ in batadv_send_skb_push_fill_unicast() 258 * batadv_send_skb_prepare_unicast() - encapsulate an skb with a unicast header 274 * unicast 4addr header 278 * @packet_subtype: the unicast 4addr packet subtype to use 316 * batadv_send_skb_unicast() - encapsulate and send an skb via unicast [all …]
|
H A D | routing.c | 189 /* packet with broadcast indication but unicast recipient */ in batadv_check_management_packet() 355 /* packet with unicast indication but non-unicast recipient */ in batadv_recv_icmp_packet() 430 * batadv_check_unicast_packet() - Check for malformed unicast packets 452 /* packet with unicast indication but non-unicast recipient */ in batadv_check_unicast_packet() 670 pr_debug("Warning - can't forward unicast packet from %pM to %pM: ttl exceeded\n", in batadv_route_unicast_packet() 729 * batadv_reroute_unicast_packet() - update the unicast header for re-routing 731 * @skb: unicast packet to process 732 * @unicast_packet: the unicast header to be updated 736 * Search the translation table for dst_addr and update the unicast header with 809 /* do not reroute multicast frames in a unicast header */ in batadv_check_unicast_ttvn() [all …]
|
H A D | send.h | 78 * unicast header. Then send this frame to the according destination node. 94 * @packet_subtype: the unicast 4addr packet subtype to use 100 * unicast-4addr header. Then send this frame to the according destination
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower_l2_miss.sh | 79 # Unknown unicast. 83 # Known unicast. 92 check_err $? "Unknown unicast filter was not hit before adding FDB entry" 95 check_err $? "Known unicast filter was hit before adding FDB entry" 103 check_err $? "Unknown unicast filter was hit after adding FDB entry" 106 check_err $? "Known unicast filter was not hit after adding FDB entry" 114 check_err $? "Unknown unicast filter was not hit after deleting FDB entry" 117 check_err $? "Known unicast filter was hit after deleting FDB entry" 122 log_test "L2 miss - Unicast"
|
H A D | no_forwarding.sh | 132 check_rcv $h2 "$test_name: Unicast non-IP untagged" \ 141 check_rcv $h2 "$test_name: Unicast IPv4 untagged" \ 147 check_rcv $h2 "$test_name: Unicast IPv6 untagged" \ 154 check_rcv $h2 "$test_name: Unicast non-IP VID $vid" \ 163 check_rcv $h2 "$test_name: Unicast IPv4 VID $vid" \ 169 check_rcv $h2 "$test_name: Unicast IPv6 VID $vid" \
|
H A D | local_termination.sh | 150 check_rcv $rcv_if_name "Unicast IPv4 to primary MAC address" \ 154 check_rcv $rcv_if_name "Unicast IPv4 to macvlan MAC address" \ 158 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address" \ 162 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address, promisc" \ 166 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address, allmulti" \
|
/openbmc/linux/include/uapi/linux/ |
H A D | batadv_packet.h | 31 * @BATADV_UNICAST: unicast packets carrying unicast payload traffic 32 * @BATADV_UNICAST_FRAG: unicast packets carrying a fragment of the original 34 * @BATADV_UNICAST_4ADDR: unicast packet including the originator address of 36 * @BATADV_ICMP: unicast packet like IP ICMP used for ping or traceroute 37 * @BATADV_UNICAST_TVLV: unicast packet carrying TVLV containers 47 /* 0x40 - 0x7f: unicast */ 400 * struct batadv_unicast_packet - unicast packet for network payload 405 * @dest: originator destination of the unicast packet 419 * struct batadv_unicast_4addr_packet - extended unicast packet 420 * @u: common unicast packet header [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | altera_tse.txt | 26 - 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/tools/testing/selftests/drivers/net/dsa/ |
H A D | no_forwarding.sh | 132 check_rcv $h2 "$test_name: Unicast non-IP untagged" \ 141 check_rcv $h2 "$test_name: Unicast IPv4 untagged" \ 147 check_rcv $h2 "$test_name: Unicast IPv6 untagged" \ 154 check_rcv $h2 "$test_name: Unicast non-IP VID $vid" \ 163 check_rcv $h2 "$test_name: Unicast IPv4 VID $vid" \ 169 check_rcv $h2 "$test_name: Unicast IPv6 VID $vid" \
|
H A D | local_termination.sh | 150 check_rcv $rcv_if_name "Unicast IPv4 to primary MAC address" \ 154 check_rcv $rcv_if_name "Unicast IPv4 to macvlan MAC address" \ 158 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address" \ 162 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address, promisc" \ 166 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address, allmulti" \
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H 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;
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_encap.h | 127 * @u_ucast_dlid: array of unknown unicast dlids 167 * @pcp_to_sc_uc: sc by pcp index for unicast ethernet packets 168 * @pcp_to_vl_uc: vl by pcp index for unicast ethernet packets 171 * @non_vlan_sc_uc: sc for non-vlan unicast ethernet packets 172 * @non_vlan_vl_uc: vl for non-vlan unicast ethernet packets 176 * @uc_macs_gen_count: generation count for unicast macs list 284 * @tx_unicast: unicast packets transmitted 295 * @rx_unicast: unicast packets received
|
/openbmc/linux/net/core/ |
H A D | dev_addr_lists.c | 6 * This file contains functions for working with unicast, multicast and device 653 * Unicast list handling functions 657 * dev_uc_add_excl - Add a global secondary unicast address 677 * dev_uc_add - Add a secondary unicast address 681 * Add a secondary unicast address to the device or increase 699 * dev_uc_del - Release secondary unicast address. 703 * Release reference to a secondary unicast address and remove it 721 * dev_uc_sync - Synchronize device's unicast list to another device 750 * dev_uc_sync_multiple - Synchronize device's unicast list to another 812 * dev_uc_flush - Flush unicast addresses [all …]
|
/openbmc/qemu/qapi/ |
H A D | net.json | 277 # @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'], 865 # "unicast": "normal", 871 # "unicast-table": [ 875 # "unicast-overflow": false,
|
/openbmc/linux/Documentation/networking/devlink/ |
H 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.,
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | README | 231 bit 1 = 1 -- unicast data 243 echo "3" > hscfg : Broadcast and unicast data; 245 echo "2 3" > hscfg : Unicast data and GPIO 3; 247 echo "2 1 160" > hscfg : Unicast data, GPIO 1 and gap 160 ms 248 echo "2 1 0xff" > hscfg : Unicast data, GPIO 1; Wait for host
|
H A D | sta_rx.c | 154 /* Only stash RX bitrate for unicast packets. */ in mwifiex_process_rx_packet() 183 * de-aggregated accordingly. Non-unicast packets are sent directly to 184 * the kernel/upper layers. Unicast packets are handed over to the 227 * If the packet is not an unicast packet then send the packet in mwifiex_process_sta_rx_packet()
|
/openbmc/u-boot/drivers/net/ |
H A D | mvgbe.c | 310 * Go through all the DA filter tables (Unicast, Special Multicast & Other 317 /* Clear DA filter unicast table (Ex_dFUT) */ in port_init_mac_tables() 330 * port_uc_addr - This function Set the port unicast address table 332 * This function locates the proper entry in the Unicast table for the 335 * This function add/removes MAC addresses from the port unicast address 338 * @uc_nibble Unicast MAC Address last nibble. 350 /* Locate the Unicast table entry */ in port_uc_addr() 352 /* Register offset from unicast table base */ in port_uc_addr() 360 * Clear accepts frame bit at specified unicast in port_uc_addr() 368 /* Set accepts frame bit at unicast DA filter table entry */ in port_uc_addr() [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | NetworkAdapterMetrics.v1_1_0.json | 188 "description": "The total number of good unicast frames received since reset.", 189 …"longDescription": "This property shall contain the total number of good unicast frames received s… 216 … "description": "The total number of good unicast frames transmitted since reset.", 217 …"longDescription": "This property shall contain the total number of good unicast frames transmitte…
|