Searched refs:IP (Results 26 - 50 of 62) sorted by relevance

123

/linux-master/fs/jfs/
H A Djfs_dtree.h149 #define PARENT(IP) \
150 (le32_to_cpu(JFS_IP(IP)->i_dtroot.header.idotdot))
154 #define dtEmpty(IP) (JFS_IP(IP)->i_dtroot.header.nextindex == 0)
/linux-master/tools/perf/arch/arm/util/
H A Dunwind-libdw.c32 dwarf_regs[12] = REG(IP);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c454 I40E_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3),
455 I40E_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3),
456 I40E_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4),
458 I40E_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4),
459 I40E_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4),
460 I40E_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4),
463 I40E_PTT(29, IP, IPV4, NOF, IP_IP, IPV4, FRG, NONE, PAY3),
464 I40E_PTT(30, IP, IPV4, NOF, IP_IP, IPV4, NOF, NONE, PAY3),
465 I40E_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4),
467 I40E_PTT(33, IP, IPV
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_drops.sh177 # Generate non-IP packets to the router
184 log_test "Non IP"
206 # Generate IP packets with a unicast IP and a multicast destination MAC
213 log_test "Unicast destination IP over multicast destination MAC: $desc"
241 # Generate packets with loopback source IP
248 log_test "Source IP is loopback address: $desc"
275 # Generate packets with loopback destination IP
282 log_test "Destination IP is loopback address: $desc"
310 # Generate packets with multicast source IP
[all...]
H A Ddevlink_trap_tunnel_ipip6.sh132 )"6"$( : IP version
138 )"$saddr:"$( : IP saddr
139 )"$daddr:"$( : IP daddr
216 # Correct source IP - the remote address
223 no_matching_tunnel_test "Decap error: Source IP check failed" \
/linux-master/tools/testing/selftests/net/
H A Darp_ndisc_evict_nocarrier.sh35 IP="ip -netns ${me}"
37 $IP li add veth1 type veth peer name veth2
38 $IP li set veth1 up
39 $IP -6 addr add $V6_ADDR0/64 dev veth1 nodad
40 $IP li set veth2 netns ${peer} up
H A Ddrop_monitor_tests.sh41 $IP link add dummy10 up type dummy
46 $IP link set dev $netdev up
196 IP="ip -netns ${NS1}"
H A Dbareudp.sh6 # The bareudp module allows to tunnel network protocols like IP or MPLS over
19 # and NS3, so that they can communicate using these overlay IP addresses.
22 # also pushed before the IP header.
45 # | Traffic type: IP or MPLS (depending on test)
56 # | * Encapsulate IP or MPLS packets received on veth10 into UDP |
58 # | * Decapsulate bareudp packets (either IP or MPLS, over UDP) |
67 # | Traffic type: IP or MPLS (depending on test), over UDP
78 # | * Decapsulate bareudp packets (either IP or MPLS, over UDP) |
80 # | * Encapsulate IP or MPLS packets received on veth23 into UDP |
89 # | Traffic type: IP o
[all...]
H A Drtnetlink.sh317 IP="10.23.11.$i"
318 ip -f inet addr add $IP/16 brd + dev "$devdummy"
319 ifconfig "$devdummy" $IP netmask 255.255.0.0
1046 IP="ip -netns $testns"
1048 run_cmd $IP link add "$vxlandev" type vxlan id 10 local $localip \
1050 run_cmd $IP link add name "$brdev" type bridge
1051 run_cmd $IP link set dev "$vxlandev" master "$brdev"
/linux-master/arch/x86/kernel/
H A Dftrace_32.S95 * RET-IP
101 * gap / RET-IP
109 subl $3*4, %esp # RET-IP + 3 gaps
115 pushl 7*4(%esp) # ip <- RET-IP
133 movl PT_EIP(%esp), %eax # 1st argument: IP
144 /* place IP below the new SP */
H A Dvm86_32.c81 #define IP(regs) (*(unsigned short *)&((regs)->pt.ip)) macro
515 pushw(ssp, sp, IP(regs), cannot_handle);
518 IP(regs) = segoffs & 0xffff;
566 ip = IP(regs);
597 IP(regs) = ip;
611 IP(regs) = ip;
624 IP(regs) = ip;
652 IP(regs) = newip;
665 IP(regs) = ip;
677 IP(reg
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py72 pkt = IP(src=sip,dst=dip) / UDP(sport=sport,dport=dport,chksum=0) / Raw(load=payload)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh301 # bridge, and that at the point that the local IP is already configured. Try the
303 # only then attach the local IP.
572 )"45:"$( : IP version + IHL
573 )"$inner_tos:"$( : IP TOS
574 )"00:54:"$( : IP total length
575 )"99:83:"$( : IP identification
576 )"40:00:"$( : IP flags + frag off
577 )"40:"$( : IP TTL
578 )"01:"$( : IP proto
579 )"00:00:"$( : IP heade
[all...]
H A Dlib.sh1710 # IP multicast group and adding the L2 address to the device's
1796 local IP=$1; shift
1798 printf '%02x:' ${IP//./ } |
1802 # Convert a given IPv6 address, `IP' such that the :: token, if present, is
1808 local IP=$1; shift
1811 local cvt_ip=${IP/::/_}
1814 # IP where :: -> the appropriate number of colons:
1826 local IP=$1; shift
1828 expand_ipv6 "$IP" :
H A Dvxlan_bridge_1d_ipv6.sh313 # attached to the bridge, and at that point the local IP is already
315 # already-offloaded bridge, and only then assign the local IP.
348 # Match ICMP-reply packets after decapsulation, so source IP is
349 # destination IP of the ping and destination IP is source IP of the
405 # Match ICMP-reply packets after decapsulation, so source IP is
406 # destination IP of the ping and destination IP is source IP o
[all...]
/linux-master/net/l2tp/
H A Dtrace.h16 encap_type_name(IP))
25 pw_type_name(IP))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c31 #define IP 0 macro
122 bpf_tail_call_static(skb, &jmp_table, IP);
149 /* IP traffic from FLOW_CONTINUE_SADDR falls-back to
275 PROG(IP)(struct __sk_buff *skb) function
287 /* IP header cannot be smaller than 20 bytes */
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c189 snd_emu10k1_ptr_write(hw, IP, vp->ch, vp->apitch);
388 IP, vp->apitch,
/linux-master/arch/arm/mm/
H A Dproc-sa110.S136 bl v4wb_flush_kern_cache_all @ clears IP
H A Dproc-sa1100.S146 bl v4wb_flush_kern_cache_all @ clears IP
/linux-master/tools/perf/util/
H A Dbpf-filter.c29 PERF_SAMPLE_TYPE(IP, NULL),
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c25 SMPL_REG(IP, PERF_REG_X86_IP),
/linux-master/arch/x86/um/
H A Dsignal.c183 GETREG(IP, ip);
276 PUTREG(IP, ip);
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S83 @ R0 | R1 | ... | IP | SP + 4 | previous LR | LR | PSR | OLD_R0 |
/linux-master/include/trace/events/
H A Dext4.h308 TP_PROTO(struct inode *inode, unsigned long IP),
310 TP_ARGS(inode, IP),
321 __entry->ip = IP;
1755 int revoke_creds, int type, unsigned long IP),
1757 TP_ARGS(sb, blocks, rsv_blocks, revoke_creds, type, IP),
1770 __entry->ip = IP;
1785 int revoke_creds, int type, unsigned long IP),
1787 TP_ARGS(inode, blocks, rsv_blocks, revoke_creds, type, IP),
1801 __entry->ip = IP;
1817 TP_PROTO(struct super_block *sb, int blocks, unsigned long IP),
[all...]

Completed in 224 milliseconds

123