Searched defs:new_ip (Results 1 – 6 of 6) sorted by relevance
/linux/samples/bpf/ |
H A D | test_lwt_bpf.c | 85 uint32_t new_ip, int rw_daddr) in rewrite() 143 uint32_t old_ip, new_ip = 0x3fea8c0; in do_test_rewrite() local
|
H A D | tcbpf1_kern.c | 37 static inline void set_tcp_ip_src(struct __sk_buff *skb, __u32 new_ip) in set_tcp_ip_src()
|
/linux/arch/x86/kernel/ |
H A D | process_64.c | 531 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() 583 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() 591 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
|
H A D | process_32.c | 112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
/linux/net/netfilter/ |
H A D | xt_NETMAP.c | 73 __be32 new_ip, netmask; in netmap_tg4() local
|
/linux/arch/x86/include/asm/ |
H A D | elf.h | 173 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|