Home
last modified time | relevance | path

Searched refs:ip (Results 626 – 650 of 2033) sorted by relevance

1...<<21222324252627282930>>...82

/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c1236 ip = info->ip; in script_lookup()
1297 if (script->ip) { in script_new()
1322 script->ip = ip; /* set new IP while we're holding the locks */ in script_new()
1532 unsigned long ip = info->ip; in build_script() local
1565 if (ip >= table->start && ip < table->end) { in build_script()
1587 __func__, ip, unw.cache[info->prev_script].ip); in build_script()
1731 next_insn = *ip; in run_script()
1905 ip = info->ip = *info->rp_loc; in unw_unwind()
2170 || tmp->ip < table->start || tmp->ip >= table->end) in unw_remove_unwind_table()
2175 if (tmp->ip >= table->start && tmp->ip < table->end) { in unw_remove_unwind_table()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_symlink.h13 int xfs_readlink_bmap_ilocked(struct xfs_inode *ip, char *link);
14 int xfs_readlink(struct xfs_inode *ip, char *link);
15 int xfs_inactive_symlink(struct xfs_inode *ip);
H A Dxfs_trace.h739 TP_ARGS(ip),
759 TP_ARGS(ip))
3829 TP_ARGS(ip),
3839 __entry->agno = XFS_INO_TO_AGNO(ip->i_mount, ip->i_ino);
3840 __entry->agino = XFS_INO_TO_AGINO(ip->i_mount, ip->i_ino);
3854 TP_ARGS(ip),
3862 __entry->agno = XFS_INO_TO_AGNO(ip->i_mount, ip->i_ino);
3863 __entry->agino = XFS_INO_TO_AGINO(ip->i_mount, ip->i_ino);
3874 TP_ARGS(ip),
3882 __entry->agno = XFS_INO_TO_AGNO(ip->i_mount, ip->i_ino);
[all …]
/openbmc/linux/fs/jfs/
H A Djfs_dtree.h17 struct inode *ip; member
241 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
243 extern int dtSearch(struct inode *ip, struct component_name * key,
246 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key,
249 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key,
252 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c269 struct iphdr *ip; in efx_gen_tun_header_ipv4() local
276 ip->ttl = neigh->ttl; in efx_gen_tun_header_ipv4()
277 ip->protocol = ipproto; in efx_gen_tun_header_ipv4()
278 ip->version = 0x4; in efx_gen_tun_header_ipv4()
279 ip->ihl = 0x5; in efx_gen_tun_header_ipv4()
280 ip->tot_len = cpu_to_be16(ip->ihl * 4 + len); in efx_gen_tun_header_ipv4()
281 ip_send_check(ip); in efx_gen_tun_header_ipv4()
289 struct ipv6hdr *ip; in efx_gen_tun_header_ipv6() local
297 ip->hop_limit = neigh->ttl; in efx_gen_tun_header_ipv6()
298 ip->nexthdr = ipproto; in efx_gen_tun_header_ipv6()
[all …]
/openbmc/linux/kernel/trace/
H A Dfprobe.c24 static inline void __fprobe_handler(unsigned long ip, unsigned long parent_ip, in __fprobe_handler() argument
42 fpr->entry_ip = ip; in __fprobe_handler()
49 ret = fp->entry_handler(fp, ip, parent_ip, ftrace_get_regs(fregs), entry_data); in __fprobe_handler()
60 static void fprobe_handler(unsigned long ip, unsigned long parent_ip, in fprobe_handler() argument
73 bit = ftrace_test_recursion_trylock(ip, parent_ip); in fprobe_handler()
78 __fprobe_handler(ip, parent_ip, ops, fregs); in fprobe_handler()
84 static void fprobe_kprobe_handler(unsigned long ip, unsigned long parent_ip, in fprobe_kprobe_handler() argument
97 bit = ftrace_test_recursion_trylock(ip, parent_ip); in fprobe_kprobe_handler()
115 __fprobe_handler(ip, parent_ip, ops, fregs); in fprobe_kprobe_handler()
/openbmc/qemu/hw/char/
H A Dipoctal232.c258 static uint16_t io_read(IPackDevice *ip, uint8_t addr) in io_read() argument
260 IPOctalState *dev = IPOCTAL(ip); in io_read()
324 static void io_write(IPackDevice *ip, uint8_t addr, uint16_t val) in io_write() argument
326 IPOctalState *dev = IPOCTAL(ip); in io_write()
397 static uint16_t id_read(IPackDevice *ip, uint8_t addr) in id_read() argument
413 IPOctalState *dev = IPOCTAL(ip); in id_write()
422 static uint16_t int_read(IPackDevice *ip, uint8_t addr) in int_read() argument
424 IPOctalState *dev = IPOCTAL(ip); in int_read()
441 static uint16_t mem_read16(IPackDevice *ip, uint32_t addr) in mem_read16() argument
452 static uint8_t mem_read8(IPackDevice *ip, uint32_t addr) in mem_read8() argument
[all …]
/openbmc/u-boot/examples/api/
H A Dcrt0.S32 ldr ip, =search_hint
33 str sp, [ip]
39 ldr ip, =syscall_ptr
40 ldr pc, [ip]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_vlan_bridge_1q.sh71 ip addr $add_del dev $dev 192.0.2.130/28
72 ip addr $add_del dev $dev 2001:db8:2::2/64
97 ip route rep 192.0.2.130/32 dev br1.555
98 ip -6 route rep 2001:db8:2::2/128 dev br1.555
103 ip link set dev $swp3 master br1
112 ip link set dev $swp2 nomaster
113 ip link set dev $swp3 nomaster
254 test_span_gre_untagged_egress gt4 ip "mirror to gretap"
/openbmc/linux/arch/hexagon/kernel/
H A Dtraps.c78 unsigned long ip, const char *loglvl) in do_show_stack() argument
111 if (!ip) in do_show_stack()
112 ip = *(fp+1); in do_show_stack()
121 name = kallsyms_lookup(ip, &size, &offset, &modname, tmpstr); in do_show_stack()
123 printk("%s[%p] 0x%lx: %s + 0x%lx", loglvl, fp, ip, name, offset); in do_show_stack()
157 ip = pt_elr(regs); in do_show_stack()
159 ip = *(newfp + 1); in do_show_stack()
163 if (ip == 0x0) in do_show_stack()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh112ip link add ${VETH0} numtxqueues 4 numrxqueues 4 type veth peer name ${VETH1} numtxqueues 4 numrxq…
128 ip link set ${VETH1} mtu ${MTU}
129 ip link set ${VETH0} mtu ${MTU}
130 ip link set ${VETH1} up
131 ip link set ${VETH0} up
/openbmc/linux/net/netfilter/
H A Dnf_nat_ftp.c41 ((unsigned char *)&addr->ip)[0], in nf_nat_ftp_fmt_cmd()
42 ((unsigned char *)&addr->ip)[1], in nf_nat_ftp_fmt_cmd()
43 ((unsigned char *)&addr->ip)[2], in nf_nat_ftp_fmt_cmd()
44 ((unsigned char *)&addr->ip)[3], in nf_nat_ftp_fmt_cmd()
50 &addr->ip, port); in nf_nat_ftp_fmt_cmd()
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dnfsroot30 if [ -x /bin/ip -o -x /sbin/ip ] ; then
31 nfs_iface=`ip route get $nfs_addr | grep dev | sed -e 's/^.*dev \([-a-z0-9.]*\).*$/\1/'`
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.c52 struct iphdr *ip = (struct iphdr *)((u8 *)(req + 1) + eth_len); in cxgb_get_4tuple() local
57 if (ip->version == 4) { in cxgb_get_4tuple()
59 __func__, ntohl(ip->saddr), ntohl(ip->daddr), in cxgb_get_4tuple()
62 memcpy(peer_ip, &ip->saddr, 4); in cxgb_get_4tuple()
63 memcpy(local_ip, &ip->daddr, 4); in cxgb_get_4tuple()
/openbmc/linux/samples/bpf/
H A Dsampleip_user.c77 __u64 ip; member
102 counts[i].ip = next_key; in print_ip_map()
111 if (counts[i].ip > _text_addr) { in print_ip_map()
112 sym = ksym_search(counts[i].ip); in print_ip_map()
118 printf("0x%-17llx %-32s %u\n", counts[i].ip, sym->name, in print_ip_map()
121 printf("0x%-17llx %-32s %u\n", counts[i].ip, "(user)", in print_ip_map()
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c247 u64 ip; in arch_skip_callchain_idx() local
254 ip = chain->ips[1]; in arch_skip_callchain_idx()
256 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
262 pr_debug("%" PRIx64 " dso is NULL\n", ip); in arch_skip_callchain_idx()
267 rc = check_return_addr(dso, map__start(al.map), ip); in arch_skip_callchain_idx()
270 dso->long_name, al.sym->name, ip, rc); in arch_skip_callchain_idx()
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-ula.sh33 ip addr del "$addr"/64 dev gbmcbr || true
60 ip_to_bytes pfx_bytes "$ip" || return
88 ip addr replace "$addr"/64 dev gbmcbr
92 ip addr del "$addr"/64 dev gbmcbr || true
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_ipmac.c69 ip_to_id(const struct bitmap_ipmac *m, u32 ip) in ip_to_id() argument
71 return ip - m->first_ip; in ip_to_id()
216 u32 ip; in bitmap_ipmac_kadt() local
218 ip = ntohl(ip4addr(skb, opt->flags & IPSET_DIM_ONE_SRC)); in bitmap_ipmac_kadt()
219 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_kadt()
227 e.id = ip_to_id(map, ip); in bitmap_ipmac_kadt()
248 u32 ip = 0; in bitmap_ipmac_uadt() local
257 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip); in bitmap_ipmac_uadt()
265 if (ip < map->first_ip || ip > map->last_ip) in bitmap_ipmac_uadt()
268 e.id = ip_to_id(map, ip); in bitmap_ipmac_uadt()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ftp.c162 addr->ip = get_unaligned((__be32 *) p); in ip_vs_ftp_get_addrport()
289 &from.ip, ntohs(port), &cp->caddr.ip, 0); in ip_vs_ftp_out()
344 from.ip = n_cp->vaddr.ip; in ip_vs_ftp_out()
347 ((unsigned char *)&from.ip)[0], in ip_vs_ftp_out()
348 ((unsigned char *)&from.ip)[1], in ip_vs_ftp_out()
349 ((unsigned char *)&from.ip)[2], in ip_vs_ftp_out()
350 ((unsigned char *)&from.ip)[3], in ip_vs_ftp_out()
499 IP_VS_DBG(7, "PORT %pI4:%u detected\n", &to.ip, ntohs(port)); in ip_vs_ftp_in()
504 &to.ip, ntohs(port), &cp->vaddr.ip, in ip_vs_ftp_in()
/openbmc/linux/arch/arm/lib/
H A Dcsumpartial.S88 ldrbne ip, [buf], #1
91 orrne td0, td0, ip, lsl #8
93 orrne td0, ip, td0, lsl #8
111 1: bics ip, len, #31
125 sub ip, ip, #32
126 teq ip, #0
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_router.sh70 ip route add vrf v$h1 192.0.2.16/28 via 192.0.2.2
75 ip route del vrf v$h1 192.0.2.16/28 via 192.0.2.2
86 ip route add vrf v$h2 192.0.2.0/28 via 192.0.2.17
91 ip route del vrf v$h2 192.0.2.0/28 via 192.0.2.17
178 ip vrf exec $vrf_name \
240 tc filter add dev $swp1 ingress handle 101 pref 1 prot ip flower \
241 action pedit ex munge ip dsfield set $((3 << 2)) retain 0xfc \
/openbmc/linux/tools/perf/util/
H A Dmap.h45 u64 map__dso_map_ip(const struct map *map, u64 ip);
47 u64 map__dso_unmap_ip(const struct map *map, u64 ip);
49 u64 identity__map_ip(const struct map *map __maybe_unused, u64 ip);
56 static inline u64 map__map_ip(const struct map *map, u64 ip) in map__map_ip() argument
58 return RC_CHK_ACCESS(map)->map_ip(map, ip); in map__map_ip()
61 static inline u64 map__unmap_ip(const struct map *map, u64 ip) in map__unmap_ip() argument
63 return RC_CHK_ACCESS(map)->unmap_ip(map, ip); in map__unmap_ip()
130 u64 map__objdump_2mem(struct map *map, u64 ip);
297 static inline void map__set_map_ip(struct map *map, u64 (*map_ip)(const struct map *map, u64 ip)) in map__set_map_ip() argument
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst14 ip -d link show dev sw0p1 | grep switchid
58 ip link add name br0 type bridge
59 ip link set dev br0 type bridge ageing_time 1000
60 ip link set dev sw0p1 up
61 ip link set dev sw0p2 up
62 ip link set dev sw0p1 master br0
63 ip link set dev sw0p2 master br0
77 ip link set dev BRDEV type bridge stp_state 1/0
140 ip link add link br0 name br0.100 type vlan id 100
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c41 __u64 ip; member
112 __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len);
138 __u64 ip; member
170 d->ip = strtoull(dlargv[2], NULL, 0); in start()
188 .ip = d->ip, in check_sample()
204 CHECK_SAMPLE(ip); in check_sample()
267 if (perf_dlfilter_fns.resolve_address(ctx, sample->ip, &address_al)) in check_address_al()
296 CHECK(perf_dlfilter_fns.object_code(ctx, sample->ip, buf, sizeof(buf)) > 0); in check_object_code()
/openbmc/u-boot/drivers/core/
H A Dof_access.c68 const __be32 *ip; in of_n_addr_cells() local
74 if (ip) in of_n_addr_cells()
75 return be32_to_cpup(ip); in of_n_addr_cells()
84 const __be32 *ip; in of_n_size_cells() local
90 if (ip) in of_n_size_cells()
100 const __be32 *ip; in of_simple_addr_cells() local
103 if (ip) in of_simple_addr_cells()
104 return be32_to_cpup(ip); in of_simple_addr_cells()
112 const __be32 *ip; in of_simple_size_cells() local
115 if (ip) in of_simple_size_cells()
[all …]

1...<<21222324252627282930>>...82