| /kernel/linux/linux-5.10/drivers/net/wireguard/ |
| D | cookie.c | 123 struct message_macs *macs = (struct message_macs *) in wg_cookie_validate_packet() local 124 (skb->data + skb->len - sizeof(*macs)); in wg_cookie_validate_packet() 132 if (crypto_memneq(computed_mac, macs->mac1, COOKIE_LEN)) in wg_cookie_validate_packet() 143 if (crypto_memneq(computed_mac, macs->mac2, COOKIE_LEN)) in wg_cookie_validate_packet() 159 struct message_macs *macs = (struct message_macs *) in wg_cookie_add_mac_to_packet() local 160 ((u8 *)message + len - sizeof(*macs)); in wg_cookie_add_mac_to_packet() 163 compute_mac1(macs->mac1, message, len, in wg_cookie_add_mac_to_packet() 165 memcpy(peer->latest_cookie.last_mac1_sent, macs->mac1, COOKIE_LEN); in wg_cookie_add_mac_to_packet() 173 compute_mac2(macs->mac2, message, len, in wg_cookie_add_mac_to_packet() 176 memset(macs->mac2, 0, COOKIE_LEN); in wg_cookie_add_mac_to_packet() [all …]
|
| D | messages.h | 86 struct message_macs macs; member 95 struct message_macs macs; member
|
| /kernel/linux/linux-6.6/drivers/net/wireguard/ |
| D | cookie.c | 123 struct message_macs *macs = (struct message_macs *) in wg_cookie_validate_packet() local 124 (skb->data + skb->len - sizeof(*macs)); in wg_cookie_validate_packet() 132 if (crypto_memneq(computed_mac, macs->mac1, COOKIE_LEN)) in wg_cookie_validate_packet() 143 if (crypto_memneq(computed_mac, macs->mac2, COOKIE_LEN)) in wg_cookie_validate_packet() 159 struct message_macs *macs = (struct message_macs *) in wg_cookie_add_mac_to_packet() local 160 ((u8 *)message + len - sizeof(*macs)); in wg_cookie_add_mac_to_packet() 163 compute_mac1(macs->mac1, message, len, in wg_cookie_add_mac_to_packet() 165 memcpy(peer->latest_cookie.last_mac1_sent, macs->mac1, COOKIE_LEN); in wg_cookie_add_mac_to_packet() 173 compute_mac2(macs->mac2, message, len, in wg_cookie_add_mac_to_packet() 176 memset(macs->mac2, 0, COOKIE_LEN); in wg_cookie_add_mac_to_packet() [all …]
|
| D | messages.h | 86 struct message_macs macs; member 95 struct message_macs macs; member
|
| /kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/ |
| D | opa_vnic_vema_iface.c | 309 * @macs: pointer mac list 315 struct opa_veswport_iface_macs *macs) in opa_vnic_query_mcast_macs() argument 320 start_idx = be16_to_cpu(macs->start_idx); in opa_vnic_query_mcast_macs() 321 num_macs = be16_to_cpu(macs->num_macs_in_msg); in opa_vnic_query_mcast_macs() 323 struct opa_vnic_iface_mac_entry *entry = &macs->entry[count]; in opa_vnic_query_mcast_macs() 333 macs->tot_macs_in_lst = cpu_to_be16(netdev_mc_count(adapter->netdev)); in opa_vnic_query_mcast_macs() 334 macs->num_macs_in_msg = cpu_to_be16(count); in opa_vnic_query_mcast_macs() 335 macs->gen_count = cpu_to_be16(adapter->info.vport.mc_macs_gen_count); in opa_vnic_query_mcast_macs() 341 * @macs: pointer mac list 347 struct opa_veswport_iface_macs *macs) in opa_vnic_query_ucast_macs() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/ |
| D | opa_vnic_vema_iface.c | 309 * @macs: pointer mac list 315 struct opa_veswport_iface_macs *macs) in opa_vnic_query_mcast_macs() argument 320 start_idx = be16_to_cpu(macs->start_idx); in opa_vnic_query_mcast_macs() 321 num_macs = be16_to_cpu(macs->num_macs_in_msg); in opa_vnic_query_mcast_macs() 323 struct opa_vnic_iface_mac_entry *entry = &macs->entry[count]; in opa_vnic_query_mcast_macs() 333 macs->tot_macs_in_lst = cpu_to_be16(netdev_mc_count(adapter->netdev)); in opa_vnic_query_mcast_macs() 334 macs->num_macs_in_msg = cpu_to_be16(count); in opa_vnic_query_mcast_macs() 335 macs->gen_count = cpu_to_be16(adapter->info.vport.mc_macs_gen_count); in opa_vnic_query_mcast_macs() 341 * @macs: pointer mac list 347 struct opa_veswport_iface_macs *macs) in opa_vnic_query_ucast_macs() argument [all …]
|
| D | opa_vnic_encap.h | 176 * @uc_macs_gen_count: generation count for unicast macs list 177 * @mc_macs_gen_count: generation count for multicast macs list 450 * @num_macs_in_msg: number of MACs in this message 451 * @tot_macs_in_lst: The total number of MACs the agent has
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | macints.h | 75 /* Level 3 (PSC, AV Macs only) interrupts */ 82 /* Level 4 (PSC, AV Macs only) interrupts */ 94 /* Level 5 (PSC, AV Macs only) interrupts */ 100 /* Level 6 (PSC, AV Macs only) interrupts */
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | macints.h | 75 /* Level 3 (PSC, AV Macs only) interrupts */ 82 /* Level 4 (PSC, AV Macs only) interrupts */ 94 /* Level 5 (PSC, AV Macs only) interrupts */ 100 /* Level 6 (PSC, AV Macs only) interrupts */
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | binding.h | 22 * @macs: array of MAC id and colors which belong to the binding, 32 __le32 macs[MAX_MACS_IN_BINDING]; member 42 * @macs: array of MAC id and colors which belong to the binding 53 __le32 macs[MAX_MACS_IN_BINDING]; member
|
| /kernel/linux/linux-6.6/drivers/net/appletalk/ |
| D | Kconfig | 12 so that your Linux box can act as a print and file server for Macs as 21 Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The 80 AppleTalk connected Macs). Please see the file
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | binding.h | 77 * @macs: array of MAC id and colors which belong to the binding, 87 __le32 macs[MAX_MACS_IN_BINDING]; member 97 * @macs: array of MAC id and colors which belong to the binding 108 __le32 macs[MAX_MACS_IN_BINDING]; member
|
| D | filter.h | 169 * @max_macs: max number of macs (NUM_MAC_INDEX_DRIVER) 172 * @macs: broadcast filtering configuration per-mac 180 struct iwl_fw_bcast_mac macs[NUM_MAC_INDEX_DRIVER]; member
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | ipddp.rst | 49 which enables you to add routes to the kernel for your Macs by hand. 54 but it allows automatic adding and deleting of routes for Macs. (Handy 67 Macs that are only able to tunnel IP over EtherTalk.
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | ipddp.rst | 49 which enables you to add routes to the kernel for your Macs by hand. 54 but it allows automatic adding and deleting of routes for Macs. (Handy 67 Macs that are only able to tunnel IP over EtherTalk.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | binding.c | 48 cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_binding_cmd() 50 cmd.macs[i] = cpu_to_le32(FW_CMD_ID_AND_COLOR(data->ids[i], in iwl_mvm_binding_cmd() 141 * while many macs are bound, which is forbidden - so fail the binding. in iwl_mvm_binding_add_vif()
|
| /kernel/linux/linux-5.10/drivers/net/appletalk/ |
| D | Kconfig | 12 so that your Linux box can act as a print and file server for Macs as 21 Macs is on the WWW at <http://www.eats.com/linux_mac_win.html>. The 89 AppleTalk connected Macs). Please see the file
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| D | Kconfig | 60 This driver supports the ethernet MACs in the Broadcom 63xx 74 This driver supports the built-in Ethernet MACs found in the 195 This driver supports the built-in Ethernet MACs found in the
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
| D | Kconfig | 68 This driver supports the ethernet MACs in the Broadcom 63xx 83 This driver supports the built-in Ethernet MACs found in the 203 This driver supports the built-in Ethernet MACs found in the
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.h | 251 * Relevant for 57710 and 57711 only. VLANs and MACs share the 309 /* MACs credit pool */ 383 * configured MACs/VLANs/VLAN-MACs matching the vlan_mac_flags 543 * the set of MACs provided [i.e., remove all else]. 569 struct list_head macs; member 580 /* Maximal number of mcast MACs configured in one command */ 583 /* Total number of currently pending MACs to configure: both 620 /** Checks if there are more mcast MACs to be set or a previous 1476 * bnx2x_config_mcast - Configure multicast MACs list. 1486 * If previous command is still pending or if number of MACs to [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.h | 251 * Relevant for 57710 and 57711 only. VLANs and MACs share the 309 /* MACs credit pool */ 383 * configured MACs/VLANs/VLAN-MACs matching the vlan_mac_flags 543 * the set of MACs provided [i.e., remove all else]. 569 struct list_head macs; member 580 /* Maximal number of mcast MACs configured in one command */ 583 /* Total number of currently pending MACs to configure: both 620 /** Checks if there are more mcast MACs to be set or a previous 1476 * bnx2x_config_mcast - Configure multicast MACs list. 1486 * If previous command is still pending or if number of MACs to [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | binding.c | 102 cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_binding_cmd() 104 cmd.macs[i] = cpu_to_le32(FW_CMD_ID_AND_COLOR(data->ids[i], in iwl_mvm_binding_cmd() 195 * while many macs are bound, which is forbidden - so fail the binding. in iwl_mvm_binding_add_vif()
|
| /kernel/linux/linux-5.10/drivers/macintosh/ |
| D | Kconfig | 45 bool "Support for Cuda/Egret based Macs and PowerMacs" 50 Power Macintosh systems. This includes most m68k based Macs, 252 blue LEDs "vu-meter" of the XServer macs.
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| D | Kconfig | 45 bool "Support for Cuda/Egret based Macs and PowerMacs" 50 Power Macintosh systems. This includes most m68k based Macs, 252 blue LEDs "vu-meter" of the XServer macs.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/actions/ |
| D | Makefile | 3 # Makefile for the Actions Semi Owl SoCs built-in ethernet macs
|