Searched refs:last_ip (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/net/netfilter/ipset/ |
D | ip_set_bitmap_ipmac.c | 44 u32 last_ip; /* host byte order, included in range */ member 171 u32 last = map->last_ip - map->first_ip; in bitmap_ipmac_list() 298 u32 timeout, last = map->last_ip - map->first_ip; in bitmap_ipmac_tlist() 351 if (data.id < map->first_ip || data.id > map->last_ip) in bitmap_ipmac_kadt() 386 if (data.id < map->first_ip || data.id > map->last_ip) in bitmap_ipmac_uadt() 427 (map->last_ip - map->first_ip + 1) * map->dsize); in bitmap_ipmac_flush() 440 NLA_PUT_IPADDR4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)); in bitmap_ipmac_head() 444 + (map->last_ip - map->first_ip + 1) * map->dsize)); in bitmap_ipmac_head() 461 x->last_ip == y->last_ip && in bitmap_ipmac_same_set() 501 u32 id, last = map->last_ip - map->first_ip; in bitmap_ipmac_gc() [all …]
|
D | ip_set_bitmap_ip.c | 39 u32 last_ip; /* host byte order, included in range */ member 229 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_kadt() 258 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ip_uadt() 291 if (ip_to > map->last_ip) in bitmap_ip_uadt() 338 NLA_PUT_IPADDR4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)); in bitmap_ip_head() 360 x->last_ip == y->last_ip && in bitmap_ip_same_set() 431 u32 first_ip, u32 last_ip, in init_map_ip() argument 438 map->last_ip = last_ip; in init_map_ip() 454 u32 first_ip, last_ip, hosts, elements; in bitmap_ip_create() local 467 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ip_create() [all …]
|
/linux-2.6.39/arch/x86/include/asm/ |
D | kvm.h | 142 __u64 last_ip; member
|
/linux-2.6.39/Documentation/kvm/ |
D | api.txt | 489 __u64 last_ip; 514 __u64 last_ip;
|
/linux-2.6.39/arch/x86/kvm/ |
D | x86.c | 5763 fpu->last_ip = fxsave->rip; in kvm_arch_vcpu_ioctl_get_fpu() 5780 fxsave->rip = fpu->last_ip; in kvm_arch_vcpu_ioctl_set_fpu()
|