/linux-6.14.4/net/mac80211/tests/ |
D | mfp.c | 16 bool sta, mfp, decrypted, unicast, assoc; member 24 .desc = "public action: accept unicast from unknown peer", 28 .unicast = true, 36 .unicast = false, 40 .desc = "public action: accept unicast without MFP", 44 .unicast = true, 53 .unicast = false, 58 .desc = "public action: drop unicast with MFP", 62 .unicast = true, 72 .unicast = false, [all …]
|
/linux-6.14.4/tools/testing/selftests/net/ |
D | fib-onlink-tests.sh | 267 # - unicast connected, unicast recursive 271 run_ip 254 ${TEST_NET4[1]}.1 ${CONGW[1]} ${NETIFS[p1]} 0 "unicast connected" 272 run_ip 254 ${TEST_NET4[1]}.2 ${RECGW4[1]} ${NETIFS[p1]} 0 "unicast recursive" 276 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.1 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected" 277 run_ip ${VRF_TABLE} ${TEST_NET4[2]}.2 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive" 281 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.3 ${CONGW[3]} ${NETIFS[p5]} 0 "unicast connected" 282 run_ip ${PBR_TABLE} ${TEST_NET4[2]}.4 ${RECGW4[2]} ${NETIFS[p5]} 0 "unicast recursive" 291 0 "unicast connected - multipath" 296 0 "unicast recursive - multipath" 301 0 "unicast connected - multipath onlink first only" [all …]
|
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. 160 echo "Unicast address extensions tests (behavior of reserved IPv4 addresses)" 195 # as a unicast address. Thus, these tests expect failure. 203 # Test support for unicast use of class D
|
/linux-6.14.4/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_rpc.h | 79 * avoid allowing rules to get in the way of BMC unicast traffic. 85 * unicast rule will need to be populated above these and is expected to 102 FBNIC_MAC_ADDR_T_PROMISC, /* BROADCAST ... UNICAST */ 130 /* TCAMs 5 - 30 will be used for multicast and unicast addresses. The 132 * on which the unicast addresses start. The general idea is that we will 133 * always go top-down with unicast, and bottom-up with multicast so that
|
/linux-6.14.4/include/linux/ |
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
|
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);
|
/linux-6.14.4/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()
|
/linux-6.14.4/net/batman-adv/ |
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 …]
|
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 …]
|
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
|
/linux-6.14.4/tools/testing/selftests/net/forwarding/ |
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"
|
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" \
|
D | local_termination.sh | 247 check_rcv $rcv_if_name "Unicast IPv4 to primary MAC address" \ 251 check_rcv $rcv_if_name "Unicast IPv4 to macvlan MAC address" \ 256 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address" \ 260 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address, promisc" \ 266 "Unicast IPv4 to unknown MAC address, allmulti" \ 498 # promiscuous mode, so we should still expect unicast filtering to take
|
/linux-6.14.4/include/uapi/linux/ |
D | batadv_packet.h | 32 * @BATADV_UNICAST: unicast packets carrying unicast payload traffic 33 * @BATADV_UNICAST_FRAG: unicast packets carrying a fragment of the original 35 * @BATADV_UNICAST_4ADDR: unicast packet including the originator address of 37 * @BATADV_ICMP: unicast packet like IP ICMP used for ping or traceroute 38 * @BATADV_UNICAST_TVLV: unicast packet carrying TVLV containers 48 /* 0x40 - 0x7f: unicast */ 407 * struct batadv_unicast_packet - unicast packet for network payload 412 * @dest: originator destination of the unicast packet 426 * struct batadv_unicast_4addr_packet - extended unicast packet 427 * @u: common unicast packet header [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/net/ |
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;
|
/linux-6.14.4/drivers/infiniband/ulp/opa_vnic/ |
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
|
/linux-6.14.4/net/core/ |
D | dev_addr_lists.c | 6 * This file contains functions for working with unicast, multicast and device 654 * Unicast list handling functions 658 * dev_uc_add_excl - Add a global secondary unicast address 678 * dev_uc_add - Add a secondary unicast address 682 * Add a secondary unicast address to the device or increase 700 * dev_uc_del - Release secondary unicast address. 704 * Release reference to a secondary unicast address and remove it 722 * dev_uc_sync - Synchronize device's unicast list to another device 751 * dev_uc_sync_multiple - Synchronize device's unicast list to another 813 * dev_uc_flush - Flush unicast addresses [all …]
|
/linux-6.14.4/Documentation/networking/devlink/ |
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.14.4/drivers/net/wireless/marvell/mwifiex/ |
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
|
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()
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/ |
D | intel_gt_mcr.c | 25 * instances of the register to the same value) or unicast (a write updates only 26 * one specific instance). Reads of MCR registers always operate in a unicast 27 * manner regardless of how the multicast/unicast bit is set in MCR_SELECTOR. 28 * Selection of a specific MCR instance for unicast operations is referred to 34 * value of zero and terminated unicast write operations will be silently 220 * to unicast mode when doing writes of a specific instance. in rw_with_mcr_steering_fw() 235 * The setting of the multicast/unicast bit usually wouldn't in rw_with_mcr_steering_fw() 451 * Write an MCR register in unicast mode after steering toward a specific 481 * left the hardware in unicast mode. in intel_gt_mcr_multicast_write() 510 * left the hardware in unicast mode. in intel_gt_mcr_multicast_write_fw()
|
/linux-6.14.4/drivers/net/ethernet/intel/igbvf/ |
D | mbx.h | 42 /* VF requests PF to clear all unicast MAC filters */ 44 /* VF requests PF to add unicast MAC filter */
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_gt_mcr.c | 31 * instances of the register to the same value) or unicast (a write updates only 33 * unicast manner regardless of how the multicast/unicast bit is set in 34 * MCR_SELECTOR. Selection of a specific MCR instance for unicast operations is 40 * value of zero and terminated unicast write operations will be silently 530 * (unicast reads against other instances are not allowed), in xe_gt_mcr_set_implicit_defaults() 653 * change it to unicast mode when doing writes of a specific instance. in rw_with_mcr_steering() 655 * The setting of the multicast/unicast bit usually wouldn't matter for in rw_with_mcr_steering() 756 * Write an MCR register in unicast mode after steering toward a specific 785 * Synchronize with any unicast operations. Once we have exclusive in xe_gt_mcr_multicast_write()
|
/linux-6.14.4/Documentation/networking/ |
D | bareudp.rst | 19 The MPLS protocol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast). 50 For MPLS, the multiproto mode allows the tunnel to handle both unicast
|