Searched refs:ipm (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 161 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t… 302 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update() argument 313 ch = sunrpc_cache_update(cd, &ip.h, &ipm->h, in __ip_map_update() 314 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update() 315 hash_ip6(&ipm->m_addr)); in __ip_map_update() 322 static inline int ip_map_update(struct net *net, struct ip_map *ipm, in ip_map_update() argument 328 return __ip_map_update(sn->ip_map_cache, ipm, udom, expiry); in ip_map_update() 343 struct ip_map *ipm = NULL; in ip_map_cached_get() local 348 ipm = xprt->xpt_auth_cache; in ip_map_cached_get() 349 if (ipm != NULL) { in ip_map_cached_get() [all …]
|
/Linux-v4.19/drivers/s390/net/ |
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.ip_addr); in lcs_send_delipm() [all …]
|
D | qeth_l3_main.c | 1104 struct qeth_ipaddr *tmp, *ipm; in qeth_l3_add_mc_to_hash() local 1118 ipm = qeth_l3_find_addr_by_ip(card, tmp); in qeth_l3_add_mc_to_hash() 1119 if (ipm) { in qeth_l3_add_mc_to_hash() 1121 ipm->disp_flag = QETH_DISP_ADDR_DO_NOTHING; in qeth_l3_add_mc_to_hash() 1123 ipm = qeth_l3_get_addr_buffer(QETH_PROT_IPV4); in qeth_l3_add_mc_to_hash() 1124 if (!ipm) in qeth_l3_add_mc_to_hash() 1126 ether_addr_copy(ipm->mac, tmp->mac); in qeth_l3_add_mc_to_hash() 1127 ipm->u.a4.addr = be32_to_cpu(im4->multiaddr); in qeth_l3_add_mc_to_hash() 1128 ipm->is_multicast = 1; in qeth_l3_add_mc_to_hash() 1129 ipm->disp_flag = QETH_DISP_ADDR_ADD; in qeth_l3_add_mc_to_hash() [all …]
|
D | lcs.h | 197 struct lcs_ip_mac_pair ipm; member
|
/Linux-v4.19/arch/s390/include/asm/ |
D | kvm_host.h | 748 u8 ipm; member 754 u8 ipm; member 765 u8 ipm; member
|
/Linux-v4.19/arch/s390/kvm/ |
D | interrupt.c | 218 #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE) 227 return READ_ONCE(gisa->ipm); in kvm_s390_gisa_get_ipm()
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 209 b222 ipm RRE_R0
|