/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 98 ip -net $netns link set lo up 149 ip netns del $netns 357 local ip="${2:-4}" 363 if [ $ip -eq 6 ]; then 425 local ip="${2:-4}" 429 if [ $ip -eq 6 ]; then 433 ip netns exec $ns2 $tables \ 444 protocol ip prio 1000 \ 765 ip -n $ns mptcp endpoint show 1572 ip netns exec $ns ip -s link show [all …]
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 491 regs->ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; in kprobe_emulate_ifmodifiers() 512 unsigned long ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; in kprobe_emulate_jmp() local 514 ip += p->ainsn.rel32; in kprobe_emulate_jmp() 515 int3_emulate_jmp(regs, ip); in kprobe_emulate_jmp() 521 unsigned long ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; in kprobe_emulate_jcc() local 529 unsigned long ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; in kprobe_emulate_loop() local 558 ip += p->ainsn.rel32; in kprobe_emulate_loop() 559 int3_emulate_jmp(regs, ip); in kprobe_emulate_loop() 869 regs->ip = (unsigned long)p->ainsn.insn; in setup_singlestep() 888 regs->ip = (unsigned long)p->ainsn.insn; in setup_singlestep() [all …]
|
/openbmc/phosphor-networkd/docs/ |
H A D | Network-Configuration.md | 63 "xyz.openbmc_project.Network.IP.Protocol.IPv4" "<ip>" <subnetmask> 68 }' https://<hostname/ip>/xyz/openbmc_project/network/eth0/action/IP 110 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/HostName 122 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/HostName 138 https://<hostname/ip>/xyz/openbmc_project/network/eth0/ipv4/fbfc29b 151 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled 175 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress 190 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress 210 https://<hostname/ip>/xyz/openbmc_project/network/action/VLAN 217 https://<hostname/ip>/xyz/openbmc_project/network/eth0_50 [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | process.c | 67 unsigned long ip, sp, bsp; in ia64_do_show_stack() local 72 unw_get_ip(info, &ip); in ia64_do_show_stack() 73 if (ip == 0) in ia64_do_show_stack() 80 loglvl, ip, (void *)ip, sp, bsp); in ia64_do_show_stack() 427 unsigned long ip; in do_copy_task_regs() local 473 unw_get_rp(info, &ip); in do_copy_task_regs() 474 dst[42] = ip + ia64_psr(pt)->ri; in do_copy_task_regs() 534 unsigned long ip; in __get_wchan() local 551 unw_get_ip(&info, &ip); in __get_wchan() 552 if (!in_sched_functions(ip)) in __get_wchan() [all …]
|
/openbmc/linux/fs/gfs2/ |
H A D | meta_io.c | 410 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_getjdatabuf() 444 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_journal_wipe() 448 if (!ip->i_gl) { in gfs2_journal_wipe() 450 BUG_ON(!test_bit(GIF_ALLOC_FAILED, &ip->i_flags)); in gfs2_journal_wipe() 457 bh = gfs2_getbuf(ip->i_gl, bstart, NO_CREATE); in gfs2_journal_wipe() 458 if (!bh && gfs2_is_jdata(ip)) { in gfs2_journal_wipe() 459 bh = gfs2_getjdatabuf(ip, bstart); in gfs2_journal_wipe() 491 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_buffer() 492 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer() 497 if (num == ip->i_no_addr) in gfs2_meta_buffer() [all …]
|
H A D | meta_io.h | 65 void gfs2_journal_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen); 66 int gfs2_meta_buffer(struct gfs2_inode *ip, u32 mtype, u64 num, 69 static inline int gfs2_meta_inode_buffer(struct gfs2_inode *ip, in gfs2_meta_inode_buffer() argument 72 return gfs2_meta_buffer(ip, GFS2_METATYPE_DI, ip->i_no_addr, bhp); in gfs2_meta_inode_buffer()
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 19 u64 ip; member 28 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_KERNEL_SCHEDULE, }, 30 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_PERF_MAIN, }, 32 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_PERF_CMD_RECORD, }, 34 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_LIBC_MALLOC, }, 36 { .pid = FAKE_PID_PERF1, .ip = FAKE_IP_LIBC_FREE, }, 38 { .pid = FAKE_PID_PERF2, .ip = FAKE_IP_PERF_MAIN, }, 40 { .pid = FAKE_PID_PERF2, .ip = FAKE_IP_KERNEL_PAGE_FAULT, }, 42 { .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_MAIN, }, 44 { .pid = FAKE_PID_BASH, .ip = FAKE_IP_BASH_XMALLOC, }, [all …]
|
/openbmc/linux/arch/x86/include/asm/trace/ |
H A D | exceptions.h | 23 __field( unsigned long, ip ) 29 __entry->ip = regs->ip; 34 (void *)__entry->address, (void *)__entry->ip,
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | acornscsi-io.S | 34 ldmia r0!, {r5, r6, r7, ip} 38 orr r6, r6, ip, lsl #16 81 ldmia r1!, {r4, r6, ip, lr} 91 mov r3, ip, lsl #16 93 mov r4, ip, lsr #16 95 mov ip, lr, lsl #16 96 orr ip, ip, ip, lsr #16 99 stmia r0!, {r3, r4, ip, lr}
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_policer.sh | 50 ip -4 route add default vrf v$h1 nexthop via 192.0.2.2 55 ip -4 route del default vrf v$h1 nexthop via 192.0.2.2 66 ip -4 route add default vrf v$h2 nexthop via 198.51.100.2 71 ip -4 route del default vrf v$h2 nexthop via 198.51.100.2 79 ip link set dev $rp1 up 80 ip link set dev $rp2 up 87 ip -4 route add blackhole 198.51.100.100 96 ip -4 route del blackhole 198.51.100.100 103 ip link set dev $rp2 down 104 ip link set dev $rp1 down
|
/openbmc/linux/arch/x86/kernel/ |
H A D | unwind_frame.c | 19 return __kernel_text_address(state->ip) ? state->ip : 0; in unwind_get_return_address() 28 return state->regs ? &state->regs->ip : state->bp + 1; in unwind_get_return_address_ptr() 73 static bool in_entry_code(unsigned long ip) in in_entry_code() argument 75 char *addr = (char *)ip; in in_entry_code() 249 state->ip = 0; in update_stack_state() 253 state->ip = unwind_recover_ret_addr(state, addr, addr_p); in update_stack_state() 300 state->ip = 0; in unwind_next_frame() 337 if (state->got_irq && in_entry_code(state->ip)) in unwind_next_frame() 399 if (regs && regs->ip == 0 && (unsigned long *)regs->sp >= first_frame) { in __unwind_start()
|
/openbmc/linux/drivers/net/appletalk/ |
H A D | ipddp.c | 137 if(rt->ip == paddr) in ipddp_xmit() 204 rt->ip = new_rt->ip; in ipddp_create() 239 if(tmp->ip == rt->ip && in ipddp_delete() 264 if(f->ip == rt->ip && in __ipddp_find_route() 297 rcp2.ip = rp->ip; in ipddp_siocdevprivate()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_migrate_reuseport.c | 57 struct iphdr *ip = (struct iphdr *)(eth + 1); in drop_ack() local 59 if (ip + 1 > data_end) in drop_ack() 62 if (ip->protocol != IPPROTO_TCP) in drop_ack() 65 tcp = (struct tcphdr *)((void *)ip + ip->ihl * 4); in drop_ack()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | cmsg_ipv6.sh | 14 ip netns del $NS 28 ip netns add $NS 33 ip -netns $NS link add type dummy 34 ip -netns $NS link set dev dummy0 up 35 ip -netns $NS addr add $IP6 dev dummy0 72 ip -6 -netns $NS rule add tos $TOS lookup 300 73 ip -6 -netns $NS route add table 300 prohibit any
|
H A D | fib_tests.sh | 58 ip netns add ns1 59 ip netns set ns1 auto 75 ip netns del ns1 &> /dev/null 76 ip netns del ns2 &> /dev/null 451 ip netns add ns2 452 ip netns set ns2 auto 472 ip netns exec ns2 tc filter add dev lo parent 1: protocol ip basic \ 493 ip netns exec ns2 tc filter add dev veth2 ingress protocol ip basic \ 962 ip netns add ns2 963 ip netns set ns2 auto [all …]
|
/openbmc/linux/arch/s390/boot/ |
H A D | pgm_check_info.c | 32 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) in findsym() argument 46 if (ip < start) { in findsym() 50 if (ip > start + size) { in findsym() 54 *off = ip - start; in findsym() 61 static noinline char *strsym(void *ip) in strsym() argument 68 p = findsym((unsigned long)ip, &off, &len); in strsym() 78 as_hex(buf, (unsigned long)ip, 16); in strsym()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.h | 94 } ip; member 95 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32 96 #define dst_ipv6_addr ip.v6.dst_ip6.s6_addr 97 #define src_ipv6 ip.v6.src_ip6.s6_addr32 98 #define src_ipv6_addr ip.v6.src_ip6.s6_addr 99 #define dst_ipv4 ip.v4.dst_ip.s_addr 100 #define src_ipv4 ip.v4.src_ip.s_addr
|
/openbmc/linux/net/netfilter/ |
H A D | xt_ecn.c | 87 const struct ipt_ip *ip = par->entryinfo; in ecn_mt_check4() local 96 (ip->proto != IPPROTO_TCP || ip->invflags & IPT_INV_PROTO)) { in ecn_mt_check4() 129 const struct ip6t_ip6 *ip = par->entryinfo; in ecn_mt_check6() local 138 (ip->proto != IPPROTO_TCP || ip->invflags & IP6T_INV_PROTO)) { in ecn_mt_check6()
|
/openbmc/bmcweb/http/routing/ |
H A D | websocketrule.hpp | 40 boost::asio::ip::tcp::socket&& adaptor) override in handleUpgrade() 44 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade() 46 crow::websocket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade() 54 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& in handleUpgrade() 59 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>> in handleUpgrade() 61 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>>( in handleUpgrade()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.h | 543 int xfs_inode_hasattr(struct xfs_inode *ip); 544 bool xfs_attr_is_leaf(struct xfs_inode *ip); 563 struct xfs_inode *ip) in xfs_attr_is_shortform() argument 565 return ip->i_af.if_format == XFS_DINODE_FMT_LOCAL || in xfs_attr_is_shortform() 566 (ip->i_af.if_format == XFS_DINODE_FMT_EXTENTS && in xfs_attr_is_shortform() 567 ip->i_af.if_nextents == 0); in xfs_attr_is_shortform()
|
/openbmc/linux/samples/bpf/ |
H A D | test_cls_bpf.sh | 31 ip link add name $IFC type veth peer name pair_$IFC 32 ip link set $IFC up 33 ip link set pair_$IFC up 38 ip link del dev $IFC
|
/openbmc/linux/fs/isofs/ |
H A D | joliet.c | 20 __be16 *ip, ch; in uni16_to_x8() local 23 ip = uni; in uni16_to_x8() 26 while ((ch = get_unaligned(ip)) && len) { in uni16_to_x8() 33 ip++; in uni16_to_x8()
|
/openbmc/linux/drivers/firmware/ |
H A D | iscsi_ibft.c | 192 static int address_not_null(u8 *ip) in address_not_null() argument 194 return (memcmp(ip, nulls, 16) && memcmp(ip, mapped_nulls, 16)); in address_not_null() 200 static ssize_t sprintf_ipaddr(char *buf, u8 *ip) in sprintf_ipaddr() argument 204 if (ip[0] == 0 && ip[1] == 0 && ip[2] == 0 && ip[3] == 0 && in sprintf_ipaddr() 205 ip[4] == 0 && ip[5] == 0 && ip[6] == 0 && ip[7] == 0 && in sprintf_ipaddr() 206 ip[8] == 0 && ip[9] == 0 && ip[10] == 0xff && ip[11] == 0xff) { in sprintf_ipaddr() 210 str += sprintf(buf, "%pI4", ip + 12); in sprintf_ipaddr() 215 str += sprintf(str, "%pI6", ip); in sprintf_ipaddr()
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 257 ip netns add testns1 259 ip netns add testns2 268 ip netns del testns2 269 ip netns del testns1 295 ip netns add testns1 297 ip netns add testns2 307 ip -n testns1 link set $DUMMYDEV up 309 ip -n testns1 a a 192.0.1.1/24 dev $DUMMYDEV 345 ip -n testns2 link set $DUMMYDEV up 363 ip netns del testns2 [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | process.c | 262 unsigned long ip; in __get_wchan() local 275 ip = info.ip; in __get_wchan() 276 if (!in_sched_functions(ip)) in __get_wchan() 277 return ip; in __get_wchan()
|