Searched refs:ip4_addr (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c934 static int ipvlan_add_addr4(struct ipvl_dev *ipvlan, struct in_addr *ip4_addr) argument
939 if (ipvlan_addr_busy(ipvlan->port, ip4_addr, false))
942 ip4_addr, ipvlan->dev->name);
944 ret = ipvlan_add_addr(ipvlan, ip4_addr, false);
949 static void ipvlan_del_addr4(struct ipvl_dev *ipvlan, struct in_addr *ip4_addr) argument
951 return ipvlan_del_addr(ipvlan, ip4_addr, false);
960 struct in_addr ip4_addr; local
967 ip4_addr.s_addr = if4->ifa_address;
968 if (ipvlan_add_addr4(ipvlan, &ip4_addr))
973 ip4_addr
[all...]
H A Dipvlan_core.c50 const struct in_addr *ip4_addr = iaddr; local
52 return jhash_1word(ip4_addr->s_addr, ipvlan_jhash_secret) &
/linux-master/lib/
H A Dvsprintf.c1476 char ip4_addr[sizeof("255.255.255.255")]; local
1478 ip4_string(ip4_addr, addr, fmt);
1480 return string_nocheck(buf, end, ip4_addr, spec);
1550 char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; local
1551 char *pend = ip4_addr + sizeof(ip4_addr);
1570 p = ip4_string(ip4_addr, addr, fmt4);
1577 return string_nocheck(buf, end, ip4_addr, spec);
/linux-master/drivers/infiniband/core/
H A Dcma.c1705 __be32 ip4_addr; local
1713 ip4_addr = ((struct sockaddr_in *)addr)->sin_addr.s_addr;
1717 hdr->dst_addr.ip4.addr != ip4_addr)

Completed in 229 milliseconds