Home
last modified time | relevance | path

Searched refs:last_ip (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/netfilter/ipset/
Dip_set_bitmap_ip.c45 u32 last_ip; /* host byte order, included in range */ member
104 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)) || in bitmap_ip_do_head()
121 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_kadt()
157 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_uadt()
183 if (ip_to > map->last_ip) in bitmap_ip_uadt()
205 x->last_ip == y->last_ip && in bitmap_ip_same_set()
222 u32 first_ip, u32 last_ip, in init_map_ip() argument
236 map->last_ip = last_ip; in init_map_ip()
253 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local
268 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ip_create()
[all …]
Dip_set_bitmap_ipmac.c51 u32 last_ip; /* host byte order, included in range */ member
197 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)); in bitmap_ipmac_do_head()
216 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_kadt()
258 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_uadt()
279 x->last_ip == y->last_ip && in bitmap_ipmac_same_set()
292 u32 first_ip, u32 last_ip, u32 elements) in init_map_ipmac() argument
305 map->last_ip = last_ip; in init_map_ipmac()
319 u32 first_ip = 0, last_ip = 0; in bitmap_ipmac_create() local
334 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ipmac_create()
337 if (first_ip > last_ip) { in bitmap_ipmac_create()
[all …]
/linux-4.1.27/arch/x86/include/uapi/asm/
Dkvm.h162 __u64 last_ip; member
/linux-4.1.27/arch/x86/kvm/
Dx86.c6986 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu()
7003 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt573 __u64 last_ip;
599 __u64 last_ip;