Lines Matching defs:ipv4
9 * @ipv4: IPv4 flag
13 int irdma_arp_table(struct irdma_pci_f *rf, u32 *ip_addr, bool ipv4,
20 if (ipv4)
77 * @ipv4: IPv4 flag
80 int irdma_add_arp(struct irdma_pci_f *rf, u32 *ip, bool ipv4, const u8 *mac)
84 arpidx = irdma_arp_table(rf, &ip[0], ipv4, NULL, IRDMA_ARP_RESOLVE);
90 ipv4, IRDMA_ARP_DELETE);
93 irdma_manage_arp_cache(rf, mac, ip, ipv4, IRDMA_ARP_ADD);
95 return irdma_arp_table(rf, ip, ipv4, NULL, IRDMA_ARP_RESOLVE);
144 * irdma_inetaddr_event - system notifier for ipv4 addr events
259 bool ipv4 = true;
273 ipv4 = false;
285 irdma_add_arp(iwdev->rf, local_ipaddr, ipv4, neigh->ha);
289 local_ipaddr, ipv4,
377 * irdma_add_ipv4_addr - add ipv4 address to the hw arp table
416 * Add ipv4/ipv6 addresses to the arp cache
1480 ah_info->ipv4_valid = buf->ipv4;
1486 if (buf->ipv4) {
1524 iphlen = (buf->ipv4) ? 20 : 40;
1577 buf->ipv4 = (info->l3proto) ? false : true;
1583 if (buf->ipv4) {
1628 buf->ipv4 = info->ipv4;
1629 if (buf->ipv4)