/kernel/linux/linux-5.10/ipc/ |
H A D | util.h | 108 int (*associate)(struct kern_ipc_perm *, int); member
|
H A D | util.c | 374 err = ops->associate(ipcp, params->flg); in ipc_check_perms()
|
H A D | msg.c | 302 .associate = security_msg_queue_associate, in ksys_msgget()
|
H A D | sem.c | 604 .associate = security_sem_associate, in ksys_semget()
|
H A D | shm.c | 826 .associate = security_shm_associate, in ksys_shmget()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | util.h | 106 int (*associate)(struct kern_ipc_perm *, int); member
|
H A D | util.c | 375 err = ops->associate(ipcp, params->flg); in ipc_check_perms()
|
H A D | msg.c | 303 .associate = security_msg_queue_associate, in ksys_msgget()
|
H A D | sem.c | 607 .associate = security_sem_associate, in ksys_semget()
|
H A D | shm.c | 836 .associate = security_shm_associate, in ksys_shmget()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 85 static int associate; variable 2406 struct ipw_associate *associate) in ipw_send_associate() 2408 if (!priv || !associate) { in ipw_send_associate() 2413 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate), in ipw_send_associate() 2414 associate); in ipw_send_associate() 3968 IPW_DEBUG_HC("Attempt to send [dis]associate command " in ipw_send_disassociate() 4784 schedule_work(&priv->associate); in ipw_rx_notification() 5711 * last 3 seconds, do not try and associate again... */ in ipw_best_network() 7412 IPW_DEBUG_HC("Attempt to send associate command failed.\n"); in ipw_associate_network() 7434 IPW_DEBUG_HC("Attempt to send associate comman in ipw_associate_network() 2405 ipw_send_associate(struct ipw_priv *priv, struct ipw_associate *associate) ipw_send_associate() argument [all...] |
H A D | ipw2100.c | 179 static int associate = 0; variable 189 module_param(associate, int, 0444); 195 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)"); 6096 if (associate) in ipw2100_alloc_device() 6657 /* If we are associated, trying to associate, or have a statically in ipw2100_wx_get_freq() 6917 /* If we are associated, trying to associate, or have a statically in ipw2100_wx_get_wap() 6988 /* If we are associated, trying to associate, or have a statically in ipw2100_wx_get_essid()
|
H A D | ipw2200.h | 1287 struct work_struct associate; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 85 static int associate; variable 2374 struct ipw_associate *associate) in ipw_send_associate() 2376 if (!priv || !associate) { in ipw_send_associate() 2381 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate), in ipw_send_associate() 2382 associate); in ipw_send_associate() 3922 IPW_DEBUG_HC("Attempt to send [dis]associate command " in ipw_send_disassociate() 4738 schedule_work(&priv->associate); in ipw_rx_notification() 5665 * last 3 seconds, do not try and associate again... */ in ipw_best_network() 7366 IPW_DEBUG_HC("Attempt to send associate command failed.\n"); in ipw_associate_network() 7388 IPW_DEBUG_HC("Attempt to send associate comman in ipw_associate_network() 2373 ipw_send_associate(struct ipw_priv *priv, struct ipw_associate *associate) ipw_send_associate() argument [all...] |
H A D | ipw2100.c | 179 static int associate = 0; variable 189 module_param(associate, int, 0444); 195 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)"); 6085 if (associate) in ipw2100_alloc_device() 6646 /* If we are associated, trying to associate, or have a statically in ipw2100_wx_get_freq() 6906 /* If we are associated, trying to associate, or have a statically in ipw2100_wx_get_wap() 6977 /* If we are associated, trying to associate, or have a statically in ipw2100_wx_get_essid()
|
H A D | ipw2200.h | 1286 struct work_struct associate; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | ray_cs.c | 107 static void associate(ray_dev_t *local); 1738 dev_dbg(&link->dev, "ray_cs associate failed - ECF not ready for intr\n"); in ray_update_parm() 2455 associate(local); in rx_authenticate() 2472 static void associate(ray_dev_t *local) in associate() function 2479 dev_dbg(&link->dev, "ray_cs associate - device not present\n"); in associate() 2485 dev_dbg(&link->dev, "ray_cs associate - No free ccs\n"); in associate() 2494 dev_dbg(&link->dev, "ray_cs associate failed - ECF not ready for intr\n"); in associate() 2507 } /* end associate */ in associate()
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 107 static void associate(ray_dev_t *local); 1739 dev_dbg(&link->dev, "ray_cs associate failed - ECF not ready for intr\n"); in ray_update_parm() 2454 associate(local); in rx_authenticate() 2471 static void associate(ray_dev_t *local) in associate() function 2478 dev_dbg(&link->dev, "ray_cs associate - device not present\n"); in associate() 2484 dev_dbg(&link->dev, "ray_cs associate - No free ccs\n"); in associate() 2493 dev_dbg(&link->dev, "ray_cs associate failed - ECF not ready for intr\n"); in associate() 2506 } /* end associate */ in associate()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 391 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate()
|
H A D | fw.h | 2333 struct host_cmd_ds_802_11_associate associate; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 379 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate()
|
H A D | fw.h | 2329 struct host_cmd_ds_802_11_associate associate; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | atmel.c | 3109 static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype) in associate() function 3389 associate(priv, frame_len, subtype); in atmel_management_frame()
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | atmel.c | 3104 static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype) in associate() function 3384 associate(priv, frame_len, subtype); in atmel_management_frame()
|