/linux/net/mac80211/tests/ |
H A 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/tools/testing/selftests/net/ |
H A 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 …]
|
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. 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/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_rpc.h | 76 * avoid allowing rules to get in the way of BMC unicast traffic. 82 * unicast rule will need to be populated above these and is expected to 99 FBNIC_MAC_ADDR_T_PROMISC, /* BROADCAST ... UNICAST */ 127 /* TCAMs 5 - 30 will be used for multicast and unicast addresses. The 129 * on which the unicast addresses start. The general idea is that we will 130 * always go top-down with unicast, and bottom-up with multicast so that
|
/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);
|
/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()
|
/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
|
/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 | 248 check_rcv $rcv_if_name "Unicast IPv4 to primary MAC address" \ 252 check_rcv $rcv_if_name "Unicast IPv4 to macvlan MAC address" \ 257 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address" \ 261 check_rcv $rcv_if_name "Unicast IPv4 to unknown MAC address, promisc" \ 267 "Unicast IPv4 to unknown MAC address, allmulti" \ 499 # promiscuous mode, so we should still expect unicast filtering to take
|
/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 */ 406 * struct batadv_unicast_packet - unicast packet for network payload 411 * @dest: originator destination of the unicast packet 425 * struct batadv_unicast_4addr_packet - extended unicast packet 426 * @u: common unicast packet header [all …]
|
/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;
|
/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
|
/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 …]
|
/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.,
|
/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()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A 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/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_llh.h | 74 /* get msm rx unicast frames counter register */ 86 /* get msm rx unicast octets counter register 0 */ 92 /* get msm tx unicast frames counter register */ 107 /* get msm tx unicast octets counter register 0 */ 378 /* set l2 unicast filter action */ 383 /* set l2 unicast filter enable */ 387 /* set l2 unicast destination address lsw */ 392 /* set l2 unicast destination address msw */
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | mbx.h | 42 /* VF requests PF to clear all unicast MAC filters */ 44 /* VF requests PF to add unicast MAC filter */
|
/linux/Documentation/networking/ |
H 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
|