Searched refs:ip (Results 26 - 50 of 1998) sorted by relevance

1234567891011>>

/linux-master/arch/arm/lib/
H A Dcsumipv6.S14 adds ip, r2, r3
16 adcs ip, ip, r1
17 adcs ip, ip, r2
18 adcs ip, ip, r3
19 adcs ip, ip, lr
21 adcs r0, ip, r
[all...]
H A Dio-writesl.S13 ands ip, r1, #3
19 1: ldmia r1!, {r3, r4, ip, lr}
23 str ip, [r0, #0]
28 ldmiacs r1!, {r3, ip}
31 strcs ip, [r0, #0]
37 cmp ip, #2
41 4: mov ip, r3, lspull #16
44 orr ip, ip, r3, lspush #16
45 str ip, [r
[all...]
H A Dio-readsl.S13 ands ip, r1, #3
21 ldr ip, [r0, #0]
24 stmia r1!, {r3, r4, ip, lr}
29 ldrcs ip, [r0, #0]
30 stmiacs r1!, {r3, ip}
36 cmp ip, #2
37 mov ip, r3, get_byte_0
38 strb ip, [r1], #1
40 mov ip, r3, get_byte_1
41 strb ip, [r
[all...]
/linux-master/tools/testing/selftests/net/
H A Dip_defrag.sh14 ip netns add "${NETNS}"
15 ip -netns "${NETNS}" link set lo up
17 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_high_thresh=9000000 >/dev/null 2>&1
18 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_low_thresh=7000000 >/dev/null 2>&1
19 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_time=1 >/dev/null 2>&1
21 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_high_thresh=9000000 >/dev/null 2>&1
22 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_low_thresh=7000000 >/dev/null 2>&1
23 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_time=1 >/dev/null 2>&1
25 ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_high_thresh=9000000 >/dev/null 2>&1
26 ip netn
[all...]
H A Damt.sh86 ip netns delete "${ns}" 2>/dev/null || true
94 ip netns add "${LISTENER}" || exit_cleanup
95 ip netns add "${GATEWAY}" || exit_cleanup "${LISTENER}"
96 ip netns add "${RELAY}" || exit_cleanup "${LISTENER}" "${GATEWAY}"
97 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \
111 ip -netns "${ns}" link set dev lo up
114 ip link add l_gw type veth peer name gw_l
115 ip link add gw_relay type veth peer name relay_gw
116 ip link add relay_src type veth peer name src_relay
118 ip lin
[all...]
H A Dtraceroute.sh50 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
74 ip netns exec ${ns} ip addr add dev lo ${addr}
77 ip netns exec ${ns} ip -6 addr add dev lo ${addr6}
80 ip netns exec ${ns} ip ro add unreachable default metric 8192
81 ip netns exec ${ns} ip -6 ro add unreachable default metric 8192
83 ip netn
[all...]
H A Dreuseaddr_ports_exhausted.sh14 ip netns add "${NETNS}"
15 ip -netns "${NETNS}" link set lo up
16 ip netns exec "${NETNS}" \
19 ip netns exec "${NETNS}" \
24 ip netns del "${NETNS}"
31 ip netns exec "${NETNS}" ./reuseaddr_ports_exhausted
H A Droute_localnet.sh9 ip netns add "${PEER_NS}"
10 ip -netns "${PEER_NS}" link set dev lo up
11 ip link add name veth0 type veth peer name veth1
12 ip link set dev veth0 up
13 ip link set dev veth1 netns "${PEER_NS}"
17 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.route_localnet=1
18 ip route del 127.0.0.0/8 dev lo table local
19 ip netns exec "${PEER_NS}" ip route del 127.0.0.0/8 dev lo table local
21 ip addres
[all...]
H A Dtcp_fastopen_backup_key.sh13 ip netns add "${NETNS}"
14 ip -netns "${NETNS}" link set lo up
15 ip netns exec "${NETNS}" sysctl -w net.ipv4.tcp_fastopen=3 \
20 ip netns del "${NETNS}"
29 ip netns exec "${NETNS}" ip tcp_metrics flush
30 ip netns exec "${NETNS}" ./tcp_fastopen_backup_key "$1"
31 val=$(ip netns exec "${NETNS}" nstat -az | \
/linux-master/include/linux/
H A Dbottom_half.h9 extern void __local_bh_disable_ip(unsigned long ip, unsigned int cnt);
11 static __always_inline void __local_bh_disable_ip(unsigned long ip, unsigned int cnt) argument
24 extern void __local_bh_enable_ip(unsigned long ip, unsigned int cnt);
26 static inline void local_bh_enable_ip(unsigned long ip) argument
28 __local_bh_enable_ip(ip, SOFTIRQ_DISABLE_OFFSET);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_meta.sh18 ip link del veth1 2> /dev/null
19 ip netns del ${NS1} 2> /dev/null
20 ip netns del ${NS2} 2> /dev/null
23 ip link set dev lo xdp off 2>/dev/null > /dev/null
25 echo "selftests: [SKIP] Could not run test without the ip xdp support"
30 ip netns add ${NS1}
31 ip netns add ${NS2}
35 ip link add veth1 type veth peer name veth2
37 ip link set veth1 netns ${NS1}
38 ip lin
[all...]
H A Dtest_tunnel.sh58 ip netns add at_ns0
59 ip link add veth0 type veth peer name veth1
60 ip link set veth0 netns at_ns0
61 ip netns exec at_ns0 ip addr add 172.16.1.100/24 dev veth0
62 ip netns exec at_ns0 ip link set dev veth0 up
63 ip link set dev veth1 up mtu 1500
64 ip addr add dev veth1 172.16.1.200/24
75 ip netn
[all...]
/linux-master/drivers/gpu/drm/lima/
H A Dlima_dlbu.c12 #define dlbu_write(reg, data) writel(data, ip->iomem + reg)
13 #define dlbu_read(reg) readl(ip->iomem + reg)
18 struct lima_ip *ip = dev->ip + lima_ip_dlbu; local
32 struct lima_ip *ip = dev->ip + lima_ip_dlbu; local
37 void lima_dlbu_set_reg(struct lima_ip *ip, u32 *reg) argument
45 static int lima_dlbu_hw_init(struct lima_ip *ip) argument
47 struct lima_device *dev = ip->dev;
55 int lima_dlbu_resume(struct lima_ip *ip) argument
60 lima_dlbu_suspend(struct lima_ip *ip) argument
65 lima_dlbu_init(struct lima_ip *ip) argument
70 lima_dlbu_fini(struct lima_ip *ip) argument
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter_bridge_lag.sh87 ip link set dev lag1 address $(mac_get $h1)
88 ip link set dev $h1 master lag1
89 ip link set dev $h4 master lag1
91 ip link set dev $h1 up
92 ip link set dev $h4 up
93 ip -4 route add 192.0.2.128/28 vrf vlag1 nexthop via 192.0.2.2
94 ip -6 route add 2001:db8:2::/64 vrf vlag1 nexthop via 2001:db8:1::2
99 ip -6 route del 2001:db8:2::/64 vrf vlag1
100 ip -4 route del 192.0.2.128/28 vrf vlag1
101 ip lin
[all...]
H A Drouter_mpath_nh_res.sh18 ip link set dev $h1 master vrf-h1
20 ip link set dev vrf-h1 up
21 ip link set dev $h1 up
23 ip address add 192.0.2.2/24 dev $h1
24 ip address add 2001:db8:1::2/64 dev $h1
26 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
27 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
32 ip route del 2001:db8:2::/64 vrf vrf-h1
33 ip route del 198.51.100.0/24 vrf vrf-h1
35 ip addres
[all...]
H A Drouter_vid_1.sh36 ip link set dev vrf-h1 up
38 ip link set dev $h1 up
41 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
42 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
47 ip route del 2001:db8:2::/64 vrf vrf-h1
48 ip route del 198.51.100.0/24 vrf vrf-h1
51 ip link set dev $h1 down
53 ip link set dev vrf-h1 down
60 ip link set dev vrf-h2 up
62 ip lin
[all...]
/linux-master/fs/xfs/
H A Dxfs_symlink.c31 struct xfs_inode *ip,
34 struct xfs_mount *mp = ip->i_mount;
38 trace_xfs_readlink(ip);
42 if (xfs_ifork_zapped(ip, XFS_DATA_FORK))
45 xfs_ilock(ip, XFS_ILOCK_SHARED);
47 pathlen = ip->i_disk_size;
53 __func__, (unsigned long long) ip->i_ino,
59 if (ip->i_df.if_format == XFS_DINODE_FMT_LOCAL) {
64 if (XFS_IS_CORRUPT(ip->i_mount, !ip
30 xfs_readlink( struct xfs_inode *ip, char *link) argument
92 struct xfs_inode *ip = NULL; local
252 xfs_inactive_symlink_rmt( struct xfs_inode *ip) argument
354 xfs_inactive_symlink( struct xfs_inode *ip) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_inode.c29 struct xfs_inode *ip,
34 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL);
35 if (ip->i_itemp == NULL)
36 xfs_inode_item_init(ip, ip->i_mount);
37 iip = ip->i_itemp;
41 ASSERT(!xfs_iflags_test(ip, XFS_ISTALE));
56 struct xfs_inode *ip,
59 struct inode *inode = VFS_I(ip);
63 xfs_assert_ilocked(ip, XFS_ILOCK_EXC
27 xfs_trans_ijoin( struct xfs_trans *tp, struct xfs_inode *ip, uint lock_flags) argument
54 xfs_trans_ichgtime( struct xfs_trans *tp, struct xfs_inode *ip, int flags) argument
84 xfs_trans_log_inode( struct xfs_trans *tp, struct xfs_inode *ip, uint flags) argument
117 xfs_trans_roll_inode( struct xfs_trans **tpp, struct xfs_inode *ip) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh49 ip link set dev $swp1 up
50 ip link set dev $swp2 up
57 ip link set dev $swp2 down
58 ip link set dev $swp1 down
67 ip link add name vrf-test type vrf table 10
68 ip link set dev $swp1 master vrf-test
70 ip -4 address add 192.0.2.1/24 dev vrf-test
72 ip -6 address add 2001:db8:1::1/64 dev vrf-test
77 ip link del dev vrf-test
87 ip add
[all...]
H A Dextack.sh22 ip link set dev $swp1 up
23 ip link set dev $swp2 up
30 ip link set dev $swp2 down
31 ip link set dev $swp1 down
38 ip link add name br1 type bridge vlan_filtering 0 mcast_snooping 0
39 ip link set dev br1 addrgenmode none
40 ip link set dev br1 up
41 ip link add name vx1 up type vxlan id 1000 \
45 ip link set dev vx1 master br1
48 ip lin
[all...]
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dlag_lib.sh17 ip link add dummy1 type dummy
18 ip link add dummy2 type dummy
21 ip link add "$name" up type bond mode "$mode"
22 ip link set dev dummy1 master "$name"
23 ip link set dev dummy2 master "$name"
40 ip link set dev "$name" up
48 ip link add mv0 link "$name" up address "$ucaddr" type macvlan
50 ip address add "$addr6" dev "$name"
62 ip link set dev "$name" down
63 ip lin
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh20 ip -Version > /dev/null 2>&1
22 echo "SKIP: Could not run test without ip tool"
26 ip netns add ns0
27 ip netns add ns1
28 ip netns add ns2
30 ip link add veth0 netns ns0 type veth peer name eth0 netns ns1
35 ip link add veth1 netns ns0 type veth peer name eth0 netns ns2
37 ip -net ns0 link set lo up
38 ip -net ns0 link set veth0 up
39 ip
[all...]
/linux-master/arch/sh/kernel/
H A Dftrace.c41 * 8c01106c: 68 24 .word 0x2468 <--- ip
43 * 8c011070: 26 4f lds.l @r15+,pr <--- ip + MCOUNT_INSN_SIZE
48 static unsigned char *ftrace_nop_replace(unsigned long ip) argument
50 __raw_writel(ip + MCOUNT_INSN_SIZE, ftrace_nop);
54 static unsigned char *ftrace_call_replace(unsigned long ip, unsigned long addr) argument
168 do_ftrace_mod_code(unsigned long ip, void *new_code) argument
170 mod_code_ip = (void *)ip;
192 static int ftrace_modify_code(unsigned long ip, unsigned char *old_code, argument
206 if (copy_from_kernel_nofault(replaced, (void *)ip, MCOUNT_INSN_SIZE))
214 if (do_ftrace_mod_code(ip, new_cod
224 unsigned long ip = (unsigned long)(&ftrace_call) + MCOUNT_INSN_OFFSET; local
237 unsigned long ip = rec->ip; local
248 unsigned long ip = rec->ip; local
261 ftrace_mod(unsigned long ip, unsigned long old_addr, unsigned long new_addr) argument
278 unsigned long ip, old_addr, new_addr; local
289 unsigned long ip, old_addr, new_addr; local
[all...]
/linux-master/fs/jfs/
H A Djfs_discard.h10 extern void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks);
11 extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmmap.c30 struct rvt_mmap_info *ip = local
32 struct rvt_dev_info *rdi = ib_to_rvt(ip->context->device);
35 list_del(&ip->pending_mmaps);
38 vfree(ip->obj);
39 kfree(ip);
44 struct rvt_mmap_info *ip = vma->vm_private_data; local
46 kref_get(&ip->ref);
51 struct rvt_mmap_info *ip = vma->vm_private_data; local
53 kref_put(&ip->ref, rvt_release_mmap_info);
73 struct rvt_mmap_info *ip, *p local
119 struct rvt_mmap_info *ip; local
155 rvt_update_mmap_info(struct rvt_dev_info *rdi, struct rvt_mmap_info *ip, u32 size, void *obj) argument
[all...]

Completed in 211 milliseconds

1234567891011>>