/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 174 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry); 315 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update() argument 326 ch = sunrpc_cache_update(cd, &ip.h, &ipm->h, in __ip_map_update() 327 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update() 328 hash_ip6(&ipm->m_addr)); in __ip_map_update() 347 struct ip_map *ipm = NULL; in ip_map_cached_get() local 352 ipm = xprt->xpt_auth_cache; in ip_map_cached_get() 353 if (ipm != NULL) { in ip_map_cached_get() 355 if (cache_is_expired(sn->ip_map_cache, &ipm->h)) { in ip_map_cached_get() 363 cache_put(&ipm in ip_map_cached_get() 374 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) ip_map_cached_put() argument 396 struct ip_map *ipm; svcauth_unix_info_release() local 680 struct ip_map *ipm; svcauth_unix_set_client() local [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | lcs.c | 434 struct lcs_ipm_list *ipm; in lcs_clear_multicast_list() local 441 ipm = list_entry(card->ipm_list.next, in lcs_clear_multicast_list() 443 list_del(&ipm->list); in lcs_clear_multicast_list() 444 if (ipm->ipm_state != LCS_IPM_STATE_SET_REQUIRED){ in lcs_clear_multicast_list() 446 lcs_send_delipm(card, ipm); in lcs_clear_multicast_list() 449 kfree(ipm); in lcs_clear_multicast_list() 1008 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair)); in lcs_send_setipm() 1009 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm.ip_addr); in lcs_send_setipm() 1032 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair)); in lcs_send_delipm() 1033 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm in lcs_send_delipm() 1084 struct lcs_ipm_list *ipm, *tmp; lcs_fix_multicast_list() local 1136 lcs_get_mac_for_ipm(__be32 ipm, char *mac, struct net_device *dev) lcs_get_mac_for_ipm() argument 1150 struct lcs_ipm_list *ipm; lcs_remove_mc_addresses() local 1176 struct lcs_ipm_list *tmp, *ipm = NULL; lcs_check_addr_entry() local 1200 struct lcs_ipm_list *ipm; lcs_set_mc_addresses() local [all...] |
H A D | qeth_l3_main.c | 1058 struct qeth_ipaddr *ipm; in qeth_l3_add_mcast_rtnl() local 1080 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1081 if (ipm) { in qeth_l3_add_mcast_rtnl() 1083 ipm->disp_flag = QETH_DISP_ADDR_DO_NOTHING; in qeth_l3_add_mcast_rtnl() 1087 ipm = kmemdup(&tmp, sizeof(tmp), GFP_KERNEL); in qeth_l3_add_mcast_rtnl() 1088 if (!ipm) in qeth_l3_add_mcast_rtnl() 1091 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1092 qeth_l3_ipaddr_hash(ipm)); in qeth_l3_add_mcast_rtnl() 1111 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1112 if (ipm) { in qeth_l3_add_mcast_rtnl() [all...] |
H A D | lcs.h | 197 struct lcs_ip_mac_pair ipm; member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | lcs.c | 429 struct lcs_ipm_list *ipm; in lcs_clear_multicast_list() local 436 ipm = list_entry(card->ipm_list.next, in lcs_clear_multicast_list() 438 list_del(&ipm->list); in lcs_clear_multicast_list() 439 if (ipm->ipm_state != LCS_IPM_STATE_SET_REQUIRED){ in lcs_clear_multicast_list() 441 lcs_send_delipm(card, ipm); in lcs_clear_multicast_list() 444 kfree(ipm); in lcs_clear_multicast_list() 1004 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair)); in lcs_send_setipm() 1005 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm.ip_addr); in lcs_send_setipm() 1028 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair)); in lcs_send_delipm() 1029 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm in lcs_send_delipm() 1080 struct lcs_ipm_list *ipm, *tmp; lcs_fix_multicast_list() local 1132 lcs_get_mac_for_ipm(__be32 ipm, char *mac, struct net_device *dev) lcs_get_mac_for_ipm() argument 1146 struct lcs_ipm_list *ipm; lcs_remove_mc_addresses() local 1172 struct lcs_ipm_list *tmp, *ipm = NULL; lcs_check_addr_entry() local 1196 struct lcs_ipm_list *ipm; lcs_set_mc_addresses() local [all...] |
H A D | qeth_l3_main.c | 1056 struct qeth_ipaddr *ipm; in qeth_l3_add_mcast_rtnl() local 1078 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1079 if (ipm) { in qeth_l3_add_mcast_rtnl() 1081 ipm->disp_flag = QETH_DISP_ADDR_DO_NOTHING; in qeth_l3_add_mcast_rtnl() 1085 ipm = kmemdup(&tmp, sizeof(tmp), GFP_KERNEL); in qeth_l3_add_mcast_rtnl() 1086 if (!ipm) in qeth_l3_add_mcast_rtnl() 1089 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1090 qeth_l3_ipaddr_hash(ipm)); in qeth_l3_add_mcast_rtnl() 1110 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1111 if (ipm) { in qeth_l3_add_mcast_rtnl() [all...] |
H A D | lcs.h | 197 struct lcs_ip_mac_pair ipm; member
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 176 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, time64_t expiry); 308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update() argument 319 ch = sunrpc_cache_update(cd, &ip.h, &ipm->h, in __ip_map_update() 320 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update() 321 hash_ip6(&ipm->m_addr)); in __ip_map_update() 340 struct ip_map *ipm = NULL; in ip_map_cached_get() local 345 ipm = xprt->xpt_auth_cache; in ip_map_cached_get() 346 if (ipm != NULL) { in ip_map_cached_get() 348 if (cache_is_expired(sn->ip_map_cache, &ipm->h)) { in ip_map_cached_get() 356 cache_put(&ipm in ip_map_cached_get() 367 ip_map_cached_put(struct svc_xprt *xprt, struct ip_map *ipm) ip_map_cached_put() argument 389 struct ip_map *ipm; svcauth_unix_info_release() local 673 struct ip_map *ipm; svcauth_unix_set_client() local [all...] |
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | text_dma.S | 37 ipm %r5 55 ipm %r2
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | mcount.S | 46 ipm %r14 # don't put any instructions
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | kvm_host.h | 843 u8 ipm; member 849 u8 ipm; member 860 u8 ipm; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | kvm_host.h | 871 u8 ipm; member 877 u8 ipm; member 888 u8 ipm; member
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | interrupt.c | 225 * that is u64 aligned. However, the ipm might be u32 aligned. 229 #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE) 316 return READ_ONCE(gisa->ipm); in gisa_get_ipm()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | interrupt.c | 227 * that is u64 aligned. However, the ipm might be u32 aligned. 231 #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE) 313 return READ_ONCE(gisa->ipm); in gisa_get_ipm()
|