/linux-4.4.14/samples/bpf/ |
D | tcbpf1_kern.c | 35 static inline void set_tcp_ip_src(struct __sk_buff *skb, __u32 new_ip) in set_tcp_ip_src() argument 39 bpf_l4_csum_replace(skb, TCP_CSUM_OFF, old_ip, new_ip, IS_PSEUDO | sizeof(new_ip)); in set_tcp_ip_src() 40 bpf_l3_csum_replace(skb, IP_CSUM_OFF, old_ip, new_ip, sizeof(new_ip)); in set_tcp_ip_src() 41 bpf_skb_store_bytes(skb, IP_SRC_OFF, &new_ip, sizeof(new_ip), 0); in set_tcp_ip_src()
|
/linux-4.4.14/fs/jfs/ |
D | namei.c | 1085 struct inode *new_ip; in jfs_rename() local 1110 new_ip = d_inode(new_dentry); in jfs_rename() 1132 if ((!new_ip) || (ino != new_ip->i_ino)) { in jfs_rename() 1138 else if (new_ip) { in jfs_rename() 1145 if (new_ip) { in jfs_rename() 1146 if (!dtEmpty(new_ip)) { in jfs_rename() 1151 } else if (new_ip) { in jfs_rename() 1152 IWRITE_LOCK(new_ip, RDWRLOCK_NORMAL); in jfs_rename() 1154 rc = dquot_initialize(new_ip); in jfs_rename() 1176 if (new_ip) { in jfs_rename() [all …]
|
/linux-4.4.14/arch/x86/mm/ |
D | extable.c | 20 unsigned long new_ip; in fixup_exception() local 38 new_ip = ex_fixup_addr(fixup); in fixup_exception() 43 new_ip -= 0x7ffffff0; in fixup_exception() 45 regs->ip = new_ip; in fixup_exception() 56 unsigned long new_ip; in early_fixup_exception() local 60 new_ip = ex_fixup_addr(fixup); in early_fixup_exception() 67 *ip = new_ip; in early_fixup_exception()
|
/linux-4.4.14/net/netfilter/ |
D | xt_NETMAP.c | 71 __be32 new_ip, netmask; in netmap_tg4() local 85 new_ip = ip_hdr(skb)->daddr & ~netmask; in netmap_tg4() 87 new_ip = ip_hdr(skb)->saddr & ~netmask; in netmap_tg4() 88 new_ip |= mr->range[0].min_ip & netmask; in netmap_tg4() 93 newrange.min_addr.ip = new_ip; in netmap_tg4() 94 newrange.max_addr.ip = new_ip; in netmap_tg4()
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_64.c | 231 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() argument 239 regs->ip = new_ip; in start_thread_common() 248 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 250 start_thread_common(regs, new_ip, new_sp, in start_thread() 255 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) in compat_start_thread() argument 257 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()
|
D | process_32.c | 198 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 206 regs->ip = new_ip; in start_thread()
|
D | uprobes.c | 642 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local 655 if (push_ret_address(regs, new_ip)) in branch_emulate_op() 661 regs->ip = new_ip + offs; in branch_emulate_op()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | processor.h | 67 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | process.c | 81 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 83 regs->pc = new_ip; in start_thread()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | processor.h | 311 #define start_thread(regs,new_ip,new_sp) do { \ argument 314 regs->cr_iip = new_ip; \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | elf.h | 190 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp);
|
D | processor.h | 776 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
|