Home
last modified time | relevance | path

Searched refs:ip (Results 476 – 500 of 2033) sorted by relevance

1...<<11121314151617181920>>...82

/openbmc/linux/mm/kasan/
H A Dcommon.c201 unsigned long ip, bool quarantine, bool init) in ____kasan_slab_free() argument
242 unsigned long ip, bool init) in __kasan_slab_free() argument
244 return ____kasan_slab_free(cache, object, ip, true, init); in __kasan_slab_free()
258 kasan_report_invalid_free(ptr, ip, KASAN_REPORT_DOUBLE_FREE); in ____kasan_kfree_large()
270 void __kasan_kfree_large(void *ptr, unsigned long ip) in __kasan_kfree_large() argument
272 ____kasan_kfree_large(ptr, ip); in __kasan_kfree_large()
275 void __kasan_slab_free_mempool(void *ptr, unsigned long ip) in __kasan_slab_free_mempool() argument
288 if (____kasan_kfree_large(ptr, ip)) in __kasan_slab_free_mempool()
294 ____kasan_slab_free(slab->slab_cache, ptr, ip, false, false); in __kasan_slab_free_mempool()
445 bool __kasan_check_byte(const void *address, unsigned long ip) in __kasan_check_byte() argument
[all …]
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-core.S201 ldr ip, [sp]
202 teq ip, #0
220 add ip, r3, #16
433 add ip, r5, #4
455 rev ip, r7
463 rev ip, r7
581 add ip, ip, #32
583 sub ip, ip, r0
637 add ip, ip, #32
639 sub ip, ip, r0
[all …]
/openbmc/linux/fs/smb/client/
H A Ddns_resolve.c35 char *ip; in dns_resolve_server_name_to_ip() local
69 NULL, &ip, expiry, false); in dns_resolve_server_name_to_ip()
75 __func__, len, len, hostname, ip, in dns_resolve_server_name_to_ip()
78 rc = cifs_convert_address(ip_addr, ip, strlen(ip)); in dns_resolve_server_name_to_ip()
79 kfree(ip); in dns_resolve_server_name_to_ip()
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh170 ip -n $ns link set dev eth0 up
174 ip -n $ns address add $v4addr1 dev eth0.10
175 ip -n $ns address add $v4addr2 dev eth0.20
176 ip -n $ns address add $v6addr1 dev eth0.10
177 ip -n $ns address add $v6addr2 dev eth0.20
210 ip -n $ns address add $local_addr/32 dev lo
212 ip -n $ns link set dev veth0 up
213 ip -n $ns address add $veth_addr/28 dev veth0
214 ip -n $ns route add default via $gw_addr
225 ip -n $ns link set dev swp1 up master br0
[all …]
H A Dvrf_strict_mode_test.sh74 ip ${nsarg} -o link show type vrf | wc -l
83 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
132 ip ${nsarg} link del ${vrfname}
143 ip ${nsarg} link set dev ${vrfname} up && \
144 ip ${nsarg} addr add ${addr} dev ${vrfname}
250 ip netns add testns
251 ip netns exec testns ip link set lo up
256 ip netns del testns 2>/dev/null
258 ip link del vrf100 2>/dev/null
259 ip link del vrf101 2>/dev/null
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_health.h117 void xfs_inode_mark_sick(struct xfs_inode *ip, unsigned int mask);
118 void xfs_inode_mark_healthy(struct xfs_inode *ip, unsigned int mask);
119 void xfs_inode_measure_sickness(struct xfs_inode *ip, unsigned int *sick,
154 xfs_inode_has_sickness(struct xfs_inode *ip, unsigned int mask) in xfs_inode_has_sickness() argument
158 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inode_has_sickness()
181 xfs_inode_is_healthy(struct xfs_inode *ip) in xfs_inode_is_healthy() argument
183 return !xfs_inode_has_sickness(ip, -1U); in xfs_inode_is_healthy()
188 void xfs_bulkstat_health(struct xfs_inode *ip, struct xfs_bulkstat *bs);
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_meta.sh17 ip netns del "$ns0"
20 ip netns add "$ns0"
21 ip -net "$ns0" link set lo up
22 ip -net "$ns0" addr add 127.0.0.1 dev lo
28 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
94 if ! ip netns exec "$ns0" nft list counter inet filter $cname | grep -q "$want"; then
97 ip netns exec "$ns0" nft list counter inet filter $cname
116 ip netns exec "$ns0" ping -q -c 1 127.0.0.1 -m 42 > /dev/null
134 ip netns exec "$ns0" nft reset counters > /dev/null
135 ip netns exec "$ns0" ping -q -c 1 127.0.0.1 > /dev/null
/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.c725 tlck->ip = ip; in txLock()
826 ip, sizeof(*ip), 0); in txLock()
1012 tlck->ip = ip; in txMaplock()
1137 struct inode *ip; in txCommit() local
1374 struct inode *ip; in txLog() local
1388 ip = tlck->ip; in txLog()
1668 ip = tlck->ip; in xtLog()
2365 ip = tblk->u.ip; in txUpdateMap()
2367 iput(ip); in txUpdateMap()
2914 iput(ip); in jfs_sync()
[all …]
/openbmc/linux/arch/arm/mm/
H A Dproc-sa110.S64 mov ip, #0
65 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches
66 mcr p15, 0, ip, c7, c10, 4 @ drain WB
68 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs
70 mrc p15, 0, ip, c1, c0, 0 @ ctrl register
71 bic ip, ip, #0x000f @ ............wcam
72 bic ip, ip, #0x1100 @ ...i...s........
73 mcr p15, 0, ip, c1, c0, 0 @ ctrl register
92 mcr p15, 0, ip, c15, c2, 2 @ disable clock switching
138 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs
H A Dproc-xsc3.S169 mov ip, #0
175 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
190 mov ip, #0
202 mcrne p15, 0, ip, c7, c5, 6 @ invalidate BTB
364 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush
368 cpwait_ret lr, ip
399 adr ip, cpu_xsc3_mt_table
400 ldr ip, [ip, r1]
403 orr r2, r2, ip
429 mov ip, #0
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_port_range.sh51 ip link add name br1 type bridge
52 ip link set dev $swp1 master br1
53 ip link set dev $swp1 up
55 ip link set dev $swp2 up
56 ip link set dev br1 up
67 ip link set dev br1 down
68 ip link set dev $swp2 down
69 ip link set dev $swp2 nomaster
70 ip link set dev $swp1 down
71 ip link set dev $swp1 nomaster
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dptrace.h48 unsigned long ip; member
86 unsigned long ip; member
186 bool ret = (regs->ip >= (unsigned long)entry_SYSCALL_64 && in ip_within_syscall_gap()
187 regs->ip < (unsigned long)entry_SYSCALL_64_safe_stack); in ip_within_syscall_gap()
189 ret = ret || (regs->ip >= (unsigned long)entry_SYSRETQ_unsafe_stack && in ip_within_syscall_gap()
190 regs->ip < (unsigned long)entry_SYSRETQ_end); in ip_within_syscall_gap()
192 ret = ret || (regs->ip >= (unsigned long)entry_SYSCALL_compat && in ip_within_syscall_gap()
193 regs->ip < (unsigned long)entry_SYSCALL_compat_safe_stack); in ip_within_syscall_gap()
195 regs->ip < (unsigned long)entry_SYSRETL_compat_end); in ip_within_syscall_gap()
209 return regs->ip; in instruction_pointer()
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dunwind.c282 e = find_unwind_entry(info->ip); in unwind_frame_regs()
287 (void *) info->ip); in unwind_frame_regs()
333 npc < info->ip; in unwind_frame_regs()
356 "-20(sp) @ %lx\n", info->ip, npc); in unwind_frame_regs()
391 info->ip = regs->iaoq[0]; in unwind_frame_init()
450 next_frame->ip = next_frame->prev_ip; in unwind_once()
456 next_frame->sp, next_frame->ip); in unwind_once()
467 } while (!ret && !(info->ip & 3)); in unwind_to_user()
484 if (!kernel_text_address(info.ip)) in return_address()
486 } while (info.ip && level--); in return_address()
[all …]
/openbmc/linux/fs/freevxfs/
H A Dvxfs_subr.c72 vxfs_bread(struct inode *ip, int block) in vxfs_bread() argument
77 pblock = vxfs_bmap1(ip, block); in vxfs_bread()
78 bp = sb_bread(ip->i_sb, pblock); in vxfs_bread()
99 vxfs_getblk(struct inode *ip, sector_t iblock, in vxfs_getblk() argument
104 pblock = vxfs_bmap1(ip, iblock); in vxfs_getblk()
106 map_bh(bp, ip->i_sb, pblock); in vxfs_getblk()
/openbmc/linux/fs/xfs/
H A Dxfs_iomap.h14 int xfs_iomap_write_direct(struct xfs_inode *ip, xfs_fileoff_t offset_fsb,
18 xfs_fileoff_t xfs_iomap_eof_align_last_fsb(struct xfs_inode *ip,
21 u64 xfs_iomap_inode_sequence(struct xfs_inode *ip, u16 iomap_flags);
22 int xfs_bmbt_to_iomap(struct xfs_inode *ip, struct iomap *iomap,
26 int xfs_zero_range(struct xfs_inode *ip, loff_t pos, loff_t len,
28 int xfs_truncate_page(struct xfs_inode *ip, loff_t pos, bool *did_zero);
/openbmc/linux/arch/csky/kernel/probes/
H A Dftrace.c6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() argument
18 bit = ftrace_test_recursion_trylock(ip, parent_ip); in kprobe_ftrace_handler()
23 p = get_kprobe((kprobe_opcode_t *)ip); in kprobe_ftrace_handler()
25 p = get_kprobe((kprobe_opcode_t *)(ip - MCOUNT_INSN_SIZE)); in kprobe_ftrace_handler()
38 ip -= MCOUNT_INSN_SIZE; in kprobe_ftrace_handler()
39 instruction_pointer_set(regs, ip); in kprobe_ftrace_handler()
/openbmc/linux/include/linux/
H A Dprofile.h46 void profile_hits(int type, void *ip, unsigned int nr_hits);
51 static inline void profile_hit(int type, void *ip) in profile_hit() argument
57 profile_hits(type, ip, 1); in profile_hit()
77 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument
82 static inline void profile_hit(int type, void *ip) in profile_hit() argument
/openbmc/bmcweb/test/http/
H A Dmutual_tls.cpp121 boost::asio::ip::address ip; in TEST() local
124 verifyMtlsUser(ip, ctx); in TEST()
153 boost::asio::ip::address ip; in TEST() local
156 verifyMtlsUser(ip, ctx); in TEST()
165 boost::asio::ip::address ip; in TEST() local
168 verifyMtlsUser(ip, ctx); in TEST()
/openbmc/linux/kernel/trace/
H A Dftrace.c731 if (rec->ip == ip) in ftrace_find_profiled_func()
774 rec->ip = ip; in ftrace_profile_alloc()
1149 if (entry->ip == ip) in __ftrace_lookup_ip()
1195 entry->ip = ip; in add_hash_entry()
1603 ip = rec->ip; in ftrace_location_range()
2382 unsigned long ip = rec->ip; in ftrace_find_tramp_ops_any() local
2400 unsigned long ip = rec->ip; in ftrace_find_tramp_ops_any_other() local
2418 unsigned long ip = rec->ip; in ftrace_find_tramp_ops_next() local
4691 map->entry.ip = ip; in ftrace_func_mapper_add_ip()
5223 ip = ftrace_location(ip); in __ftrace_match_addr()
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor.sh25 for conf in /usr/share/gbmc-ip-monitor/*.sh; do
38 ip link | sed 's,^[^ ],[LINK]\0,'
44 done < <(ip addr)
45 ip -4 route | sed 's,^,[ROUTE],'
46 ip -6 route | sed 's,^,[ROUTE],'
86 ip="${BASH_REMATCH[4]}"
145 done < <(gbmc_ip_monitor_generate_init; ip monitor link addr route label & cat <&"$GBMC_IP_MONITOR_…
/openbmc/linux/fs/gfs2/
H A Dlog.h58 static inline void gfs2_ordered_add_inode(struct gfs2_inode *ip) in gfs2_ordered_add_inode() argument
60 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_ordered_add_inode()
62 if (gfs2_is_jdata(ip) || !gfs2_is_ordered(sdp)) in gfs2_ordered_add_inode()
65 if (list_empty(&ip->i_ordered)) { in gfs2_ordered_add_inode()
67 if (list_empty(&ip->i_ordered)) in gfs2_ordered_add_inode()
68 list_add(&ip->i_ordered, &sdp->sd_log_ordered); in gfs2_ordered_add_inode()
73 void gfs2_ordered_del_inode(struct gfs2_inode *ip);
/openbmc/linux/samples/bpf/
H A Dtracex4.bpf.c14 u64 ip; member
40 long ip = 0; in bpf_prog2() local
43 BPF_KRETPROBE_READ_RET_IP(ip, ctx); in bpf_prog2()
47 .ip = ip, in bpf_prog2()
/openbmc/linux/drivers/tee/
H A Dtee_core.c366 if (copy_from_user(&ip, uparams + n, sizeof(ip))) in params_from_user()
411 if ((ip.a + ip.b) < ip.a || in params_from_user()
412 (ip.a + ip.b) > shm->size) { in params_from_user()
644 ip.attr = p->attr; in params_to_supp()
657 ip.a = 0; in params_to_supp()
665 ip.a = 0; in params_to_supp()
666 ip.b = 0; in params_to_supp()
667 ip.c = 0; in params_to_supp()
671 if (copy_to_user(uparams + n, &ip, sizeof(ip))) in params_to_supp()
738 if (copy_from_user(&ip, uparams + n, sizeof(ip))) in params_from_supp()
[all …]
/openbmc/linux/Documentation/networking/
H A Dvrf.rst70 ip link set dev vrf-blue up
229 option to the ip command::
231 $ ip link show vrf NAME
236 $ ip link show vrf red
274 option to the ip command::
276 $ ip addr show vrf NAME
281 $ ip addr show vrf red
303 $ ip -br addr show vrf red
319 $ ip route show vrf red
330 $ ip -6 route show vrf red
[all …]
/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c35 const struct iphdr *ip = ip_hdr(skb); in nf_osf_ttl() local
40 return ip->ttl == f_ttl; in nf_osf_ttl()
43 else if (ip->ttl <= f_ttl) in nf_osf_ttl()
47 if (inet_ifa_match(ip->saddr, ifa)) { in nf_osf_ttl()
48 ret = (ip->ttl == f_ttl); in nf_osf_ttl()
167 const struct iphdr *ip, in nf_osf_hdr_ctx_init() argument
180 ctx->totlen = ntohs(ip->tot_len); in nf_osf_hdr_ctx_init()
181 ctx->df = ntohs(ip->frag_off) & IP_DF; in nf_osf_hdr_ctx_init()
202 const struct iphdr *ip = ip_hdr(skb); in nf_osf_match() local
241 f->ttl - ip->ttl); in nf_osf_match()
[all …]

1...<<11121314151617181920>>...82