Lines Matching defs:ipaddr
4106 * @ipaddr: pointer to ip address
4112 u32 *ipaddr,
4122 !memcmp(cm_node->loc_addr, ipaddr, nfo->ipv4 ? 4 : 16))) &&
4282 * @ipaddr: Pointer to IPv4 or IPv6 address
4288 void irdma_cm_teardown_connections(struct irdma_device *iwdev, u32 *ipaddr,
4302 irdma_teardown_list_prep(cm_core, &teardown_list, ipaddr, nfo, disconnect_all);
4321 * @ipaddr: Pointer to IPv4 or IPv6 address
4326 * listen list that matches ipaddr. If no matching IP was found
4333 struct irdma_cm_info *nfo, u32 *ipaddr, bool ipv4,
4348 if (!memcmp(child_listen_node->loc_addr, ipaddr, ipv4 ? 4 : 16))
4361 memcpy(child_listen_node->loc_addr, ipaddr, ipv4 ? 4 : 16);
4383 * @ipaddr: Pointer to IPv4 or IPv6 address
4388 u32 *ipaddr, bool ipv4, bool ifup)
4408 (memcmp(listen_node->loc_addr, ipaddr, ipv4 ? 4 : 16) &&
4417 irdma_qhash_ctrl(iwdev, listen_node, &nfo, ipaddr, ipv4,
4431 irdma_cm_teardown_connections(iwdev, ipaddr, &nfo, false);