Home
last modified time | relevance | path

Searched refs:new_ip (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/samples/bpf/
Dtcbpf1_kern.c35 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/
Dnamei.c1085 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/
Dextable.c20 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/
Dxt_NETMAP.c71 __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/
Dprocess_64.c231 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()
Dprocess_32.c198 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()
Duprobes.c642 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/
Dprocessor.h67 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,
/linux-4.4.14/arch/blackfin/kernel/
Dprocess.c81 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/
Dprocessor.h311 #define start_thread(regs,new_ip,new_sp) do { \ argument
314 regs->cr_iip = new_ip; \
/linux-4.4.14/arch/x86/include/asm/
Delf.h190 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp);
Dprocessor.h776 extern void start_thread(struct pt_regs *regs, unsigned long new_ip,