Searched refs:last_ip (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c42 u32 last_ip; /* host byte order, included in range */ member in struct:bitmap_ip
104 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)) ||
121 if (ip < map->first_ip || ip > map->last_ip)
154 if (ip < map->first_ip || ip > map->last_ip)
181 if (ip_to > map->last_ip)
203 x->last_ip == y->last_ip &&
220 u32 first_ip, u32 last_ip,
227 map->last_ip = last_ip;
219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, u32 first_ip, u32 last_ip, u32 elements, u32 hosts, u8 netmask) argument
257 u32 first_ip = 0, last_ip = 0, hosts; local
[all...]
H A Dip_set_bitmap_ipmac.c47 u32 last_ip; /* host byte order, included in range */ member in struct:bitmap_ipmac
204 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip));
219 if (ip < map->first_ip || ip > map->last_ip)
265 if (ip < map->first_ip || ip > map->last_ip)
287 x->last_ip == y->last_ip &&
300 u32 first_ip, u32 last_ip, u32 elements)
306 map->last_ip = last_ip;
321 u32 first_ip = 0, last_ip local
299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, u32 first_ip, u32 last_ip, u32 elements) argument
[all...]
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c152 uint64_t last_ip; member in struct:intel_pt_decoder
515 uint64_t last_ip)
521 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) |
525 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) |
535 ip = (last_ip & (uint64_t)0xffff000000000000ULL) |
550 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip);
557 decoder->ip = decoder->last_ip;
1126 decoder->ip != decoder->last_ip)
1425 ip = decoder->last_ip;
514 intel_pt_calc_ip(const struct intel_pt_pkt *packet, uint64_t last_ip) argument
[all...]
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h176 __u64 last_ip; member in struct:kvm_fpu
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h176 __u64 last_ip; member in struct:kvm_fpu
/linux-master/arch/x86/kvm/
H A Dx86.c11996 fpu->last_ip = fxsave->rip;
12020 fxsave->rip = fpu->last_ip;

Completed in 137 milliseconds