Searched refs:ipm (Results 1 – 9 of 9) sorted by relevance
/linux/net/sunrpc/ |
A D | svcauth_unix.c | 338 struct ip_map *ipm = NULL; in ip_map_cached_get() local 344 if (ipm != NULL) { in ip_map_cached_get() 357 cache_get(&ipm->h); in ip_map_cached_get() 361 return ipm; in ip_map_cached_get() 372 ipm = NULL; in ip_map_cached_put() 376 if (ipm) { in ip_map_cached_put() 387 struct ip_map *ipm; in svcauth_unix_info_release() local 390 if (ipm != NULL) { in svcauth_unix_info_release() 662 struct ip_map *ipm; in svcauth_unix_set_client() local 688 if (ipm == NULL) in svcauth_unix_set_client() [all …]
|
/linux/drivers/s390/net/ |
A D | lcs.c | 449 kfree(ipm); in lcs_clear_multicast_list() 1120 kfree(ipm); in lcs_fix_multicast_list() 1162 if ( (ipm->ipm.ip_addr == im4->multiaddr) && in lcs_remove_mc_addresses() 1163 (memcmp(buf, &ipm->ipm.mac_addr, in lcs_remove_mc_addresses() 1188 ipm = tmp; in lcs_check_addr_entry() 1193 return ipm; in lcs_check_addr_entry() 1210 if (ipm != NULL) in lcs_set_mc_addresses() 1213 if (ipm == NULL) { in lcs_set_mc_addresses() 1218 memcpy(&ipm->ipm.mac_addr, buf, LCS_MAC_LENGTH); in lcs_set_mc_addresses() 1219 ipm->ipm.ip_addr = im4->multiaddr; in lcs_set_mc_addresses() [all …]
|
A D | qeth_l3_main.c | 1052 struct qeth_ipaddr *ipm; in qeth_l3_add_mcast_rtnl() local 1074 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1075 if (ipm) { in qeth_l3_add_mcast_rtnl() 1082 if (!ipm) in qeth_l3_add_mcast_rtnl() 1085 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1086 qeth_l3_ipaddr_hash(ipm)); in qeth_l3_add_mcast_rtnl() 1106 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1107 if (ipm) { in qeth_l3_add_mcast_rtnl() 1114 if (!ipm) in qeth_l3_add_mcast_rtnl() 1117 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() [all …]
|
A D | lcs.h | 197 struct lcs_ip_mac_pair ipm; member
|
/linux/arch/s390/kernel/ |
A D | text_amode31.S | 37 ipm %r5 55 ipm %r2
|
A D | mcount.S | 42 ipm %r14 # don't put any instructions
|
/linux/arch/s390/include/asm/ |
A D | kvm_host.h | 842 u8 ipm; member 848 u8 ipm; member 859 u8 ipm; member
|
/linux/arch/s390/kvm/ |
A D | interrupt.c | 225 #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE) 312 return READ_ONCE(gisa->ipm); in gisa_get_ipm()
|
/linux/arch/s390/tools/ |
A D | opcodes.txt | 213 b222 ipm RRE_R0
|
Completed in 730 milliseconds