Home
last modified time | relevance | path

Searched refs:IP (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh183 IP="ip -netns $me"
186 $IP li add veth1 type veth peer name veth2
187 $IP li set veth1 up
188 $IP addr add 172.16.1.1/24 dev veth1
189 $IP -6 addr add 2001:db8:91::1/64 dev veth1 nodad
191 $IP li add veth3 type veth peer name veth4
192 $IP li set veth3 up
193 $IP addr add 172.16.2.1/24 dev veth3
194 $IP -6 addr add 2001:db8:92::1/64 dev veth3 nodad
196 $IP li set veth2 netns $peer up
[all …]
H A Dfib_tests.sh56 IP="$(which ip) -netns $ns1"
61 $IP link add dummy0 type dummy
62 $IP link set dev dummy0 up
63 $IP address add 198.51.100.1/24 dev dummy0
64 $IP -6 address add 2001:db8:1::1/64 dev dummy0
71 $IP link del dev dummy0 &> /dev/null
80 addr=$($IP -6 -br addr show dev ${dev} | \
105 $IP route get fibmatch 198.51.100.2 &> /dev/null
107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
111 $IP link del dev dummy0
[all …]
H A Dfib_rule_tests.sh58 IP="ip -netns $testns"
60 $IP link add dummy0 type dummy
61 $IP link set dev dummy0 up
62 $IP address add $DEV_ADDR/24 dev dummy0
63 $IP -6 address add $DEV_ADDR6/64 dev dummy0
70 $IP link del dev dummy0 &> /dev/null
84 $IP link set dev veth0 up
87 $IP address add 192.0.2.10 peer 192.0.2.11/32 dev veth0
90 $IP address add 2001:db8::10 peer 2001:db8::11/128 dev veth0 nodad
94 $IP route add table $RTABLE_PEER 198.51.100.11/32 via 192.0.2.11
[all …]
H A Dio_uring_zerocopy_tx.sh29 for IP in "${IPs[@]}"; do
31 $0 "$IP" udp -m "$mode" -t 1 -n 32
32 $0 "$IP" tcp -m "$mode" -t 1 -n 1
46 readonly IP="$1"
53 if [[ "${IP}" == "4" ]]; then
56 elif [[ "${IP}" == "6" ]]; then
60 echo "Invalid IP version ${IP}"
118 echo "ipv${IP} ${TXMODE} ${ARGS}"
119 ip netns exec "${NS2}" "${BIN_RX}" "-${IP}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" -r "${RXMODE}" &
121 ip netns exec "${NS1}" "${BIN_TX}" "-${IP}" -t 1 -D "${DADDR}" ${ARGS} "${TXMODE}"
H A Dmsg_zerocopy.sh45 readonly IP="$1"
52 if [[ "${IP}" == "4" ]]; then
58 elif [[ "${IP}" == "6" ]]; then
66 echo "Invalid IP version ${IP}"
138 echo -e "\nipv${IP} ${TXMODE} ${ARGS} tx-rx\n"
139 ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 \
142 ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 \
153 echo -e "\nipv${IP} ${TXMODE} ${ARGS} tx-only\n"
154 ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 \
H A Dfdb_flush.sh217 $IP link del dev vx10
218 $IP link add name vx10 type vxlan dstport "$VXPORT" external
287 $IP nexthop add id 10 via 192.0.2.1 fdb
288 $IP nexthop add id $nhid_1 group 10 fdb
290 $IP nexthop add id 20 via 192.0.2.2 fdb
291 $IP nexthop add id $nhid_2 group 20 fdb
522 $IP nexthop add id 10 via 192.0.2.1 fdb
523 $IP nexthop add id $nhid group 10 fdb
583 $IP link del dev vx10
584 $IP link add name vx10 type vxlan dstport "$VXPORT" external
[all …]
H A Dgre_gso.sh50 IP="ip -netns $ns1"
56 $IP link set veth1 name veth0
57 $IP link set veth0 up
107 $IP tunnel add gre1 mode $mode local $a2 remote $a1 dev veth0
108 $IP link set gre1 up
149 $IP addr add 172.16.2.2/24 dev gre1
152 $IP -6 addr add 2001:db8:1::2/64 dev gre1 nodad
H A Dso_txtime.sh51 local readonly IP="$1"
56 if [[ "${IP}" == "4" ]]; then
59 elif [[ "${IP}" == "6" ]]; then
63 echo "Invalid IP version ${IP}"
69 …ip netns exec "${NS2}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
70 …ip netns exec "${NS1}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh61 out=$($IP nexthop show ${nharg} | sed -e 's/ *$//')
81 count=$($IP nexthop bucket show id $group_id nhid $nhid |
117 $IP nexthop add id 1 via 192.0.2.2 dev dummy1
124 $IP nexthop del id 1
137 $IP nexthop add id 1 via 192.0.2.2 dev dummy1
139 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 &> /dev/null
147 $IP nexthop flush &> /dev/null
155 $IP nexthop add id 1 via 192.0.2.2 dev dummy1
156 $IP nexthop add id 2 via 192.0.2.3 dev dummy1
158 $IP nexthop add id 10 group 1/2
[all …]
H A Dhw_stats_l3.sh87 local ifindex=$($IP -j link show dev $netdev | jq '.[].ifindex')
125 IP="ip -n testns1"
127 $IP link add name dummy1 type dummy
128 $IP link set dev dummy1 up
129 DUMMY_IFINDEX=$($IP -j link show dev dummy1 | jq '.[].ifindex')
136 $IP link del name dummy1
149 $IP -j stats show dev "$netdev" group offload subgroup hw_stats_info |
174 $IP -j stats show dev "$netdev" group offload subgroup hw_stats_info |
213 $IP stats set dev dummy1 ${type}_stats on
227 $IP stats set dev dummy1 ${type}_stats off
[all …]
/linux/samples/bpf/
H A Dtc_l2_redirect.sh5 [[ -z $IP ]] && IP='ip'
17 $IP netns add ns1
18 $IP netns add ns2
19 $IP link add ve1 type veth peer name vens1
20 $IP link add ve2 type veth peer name vens2
21 $IP link set dev ve1 up
22 $IP link set dev ve2 up
23 $IP link set dev ve1 mtu 1500
24 $IP link set dev ve2 mtu 1500
25 $IP link set dev vens1 netns ns1
[all …]
/linux/drivers/usb/usbip/
H A DKconfig4 tristate "USB/IP support"
9 This enables pushing USB packets over IP to allow remote
11 USB/IP core that is required by both drivers.
25 This enables the USB/IP virtual host controller driver,
32 int "Number of ports per USB/IP virtual host controller"
37 To increase number of ports available for USB/IP virtual
39 USB/IP virtual host controller.
42 int "Number of USB/IP virtual host controllers"
47 To increase number of ports available for USB/IP virtual
48 host controller driver, this defines number of USB/IP
[all …]
/linux/fs/jfs/
H A Djfs_btree.h50 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument
51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
58 MP = (struct metapage *)&JFS_IP(IP)->bxflag;\
59 P = (TYPE *)&JFS_IP(IP)->ROOT;\
64 MP = read_metapage((IP), BN, SIZE, 1);\
76 #define BT_MARK_DIRTY(MP, IP)\ argument
79 mark_inode_dirty(IP);\
142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
149 P = (TYPE *)&JFS_IP(IP)->ROOT;\
/linux/Documentation/translations/zh_CN/infiniband/
H A Dipoib.rst17 infiniband上的IP(IPoIB)
21 infiniband上IP协议的一个实现。它是一个“本地”实现,即把接口类型设置为
55 允许MTU达到最大的IP包大小64K,这减少了处理大型UDP数据包、TCP段等所需的
56 IP包数量,提高了大型信息的性能。
65 如果IB HW支持IPoIB无状态卸载,IPoIB会向网络堆栈广播TCP/IP校验和/或大量
104 在InfiniBand上传输IP(IPoIB)(RFC 4391)。
107 infiniband上的IP:上的IP架构(RFC 4392)。
110 infiniband上的IP: 连接模式 (RFC 4755)
/linux/Documentation/devicetree/bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt1 DT compatible string versioning for SiFive open-source IP blocks
4 strings for open-source SiFive IP blocks. HDL for these IP blocks
9 IP block-specific DT compatible strings are contained within the HDL,
16 Until these IP blocks (or IP integration) support version
17 auto-discovery, the maintainers of these IP blocks intend to increment
19 interface to these IP blocks changes, or when the functionality of the
20 underlying IP blocks changes in a way that software should be aware of.
26 match on these IP block-specific compatible strings.
33 IP block-specific compatible string (such as "sifive,uart0") should
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dvideo.txt1 DT bindings for Xilinx video IP cores
4 Xilinx video IP cores process video streams by acting as video sinks and/or
8 Each video IP core is represented by an AMBA bus child node in the device
9 tree using bindings documented in this directory. Connections between the IP
18 The following properties are common to all Xilinx video IP cores.
21 AXI bus between video IP cores, using its VF code as defined in "AXI4-Stream
22 Video IP and System Design Guide" [UG934]. How the format relates to the IP
23 core is described in the IP core bindings documentation.
H A Dxlnx,video.txt1 Xilinx Video IP Pipeline (VIPP)
7 Xilinx video IP pipeline processes video streams through one or more Xilinx
8 video IP cores. Each video IP core is represented as documented in video.txt
9 and IP core specific documentation, xlnx,v-*.txt, in this directory. The DT
11 mappings between DMAs and the video IP cores.
/linux/Documentation/networking/
H A Dgtp.rst18 tunneling User-IP payload between a mobile station (phone, modem)
29 technology-dependent protocol stack for transmitting the user IP
41 public internet, but can also be any private IP network (or even
42 theoretically some non-IP network like X.25).
54 able to decapsulate tunneled IP packets in the uplink originated by
55 the phone, and encapsulate raw IP packets received from the external
58 It *only* implements the so-called 'user plane', carrying the User-IP
122 on the inner (user) IP layer, or on the outer (transport) layer.
125 the User IP payload, nor for the outer IP layer. Patches or other
166 instance) per IP address. Tunnel Endpoint Identifier (TEID) are unique
[all …]
/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst28 MBIM IP session:
32 - configure IP network interface
69 The IOSM driver exposes IP link interface "wwan0-X" of type "wwan" for IP
71 interface and for associating it with MBIM IP session. The Driver supports
72 up to 8 IP sessions for simultaneous IP communication.
74 The userspace management application is responsible for creating new IP link
75 prior to establishing MBIM IP session where the SessionId is greater than 0.
77 For example, creating new IP link for a MBIM IP session with SessionId 1:
81 The driver will automatically map the "wwan0-1" network device to MBIM IP
/linux/drivers/usb/dwc3/
H A DKconfig11 USB controller based on the DesignWare USB3 IP Core.
64 AM437x use this IP for USB2/3 functionality.
75 IP inside, say 'Y' or 'M' if you have one such device.
82 If you're using the DesignWare Core IP with a PCIe (but not HAPS
90 If you're using the DesignWare Core IP with a Synopsys PCIe HAPS
118 Currently supports Xilinx and Qualcomm DWC USB3 IP.
126 STMicroelectronics SoCs with one DesignWare Core USB3 IP
137 Some Qualcomm SoCs use DesignWare Core IP for USB2/3
149 NXP iMX8M Plus SoC use DesignWare Core IP for USB2/3
158 Support Xilinx SoCs with DesignWare Core USB3 IP.
[all …]
/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddra7-atl.txt3 The ATL IP is used to generate clock to be used to synchronize baseband and
4 audio codec. A single ATL IP provides four ATL clock instances sharing the same
16 Since the clock instances are part of a single IP this binding is used as a node
17 for the DT clock tree, the IP driver is needed to handle the actual configuration
18 of the IP.
27 Binding for the IP driver:
28 This binding is used to configure the IP driver which is going to handle the
29 configuration of the IP for the ATL clock instances.
33 - reg : base address for the ATL IP
75 /* binding for the IP */
/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst92 - number of sublinks (manager IP) in LCAP.LSCOUNT
94 - hand-over to the DSP for access to multi-link registers, SHIM/IP with LCTL.OFLEN
100 Extended structure for SoundWire (assuming 4 Manager IP)
149 … +---------------+ | | SoundWire IP | |
159 +---------------+ | | SoundWire IP |
185 - hand-over to the DSP for access to multi-link registers, SHIM/IP with LCTL.OFLEN
228 +---------------+ | | DMIC IP |
253 - number of sublinks (SSP IP instances) in LCAP.LSCOUNT
255 - hand-over to the DSP for access to multi-link registers, SHIM/IP
257 - move of SHIM and SSP IP registers to different offsets, with no
[all …]
/linux/net/l2tp/
H A DKconfig20 L2TP is often used to tunnel PPP traffic over IP
21 tunnels. One IP tunnel may carry thousands of individual PPP
60 packet-oriented data network (e.g., over IP). L2TP, as
72 tristate "L2TP IP encapsulation for L2TPv3"
75 Support for L2TP-over-IP socket family.
78 L2TP frames, namely UDP and plain IP (without UDP). This
80 userspace L2TPv3 daemons may create L2TP/IP tunnel sockets
82 in IP packets, it used IP protocol number 115, so this port
99 across an IP network [RFC3931].
103 be used to assign an IP address to the local virtual
/linux/net/ipv4/
H A DKconfig3 # IP configuration
6 bool "IP: multicasting"
16 bool "IP: advanced router"
27 Note that your box can only act as a router if you enable IP
36 If you turn on IP forwarding, you should consider the rp_filter, which
40 so-called IP spoofing, however it can pose problems if you use
43 host which has several IP addresses on different interfaces. To turn
64 bool "IP: policy routing"
81 bool "IP: equal cost multipath"
93 bool "IP
[all...]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dingress_rif_conf_vxlan.sh209 )"45:"$( : IP version + IHL
210 )"00:"$( : IP TOS
211 )"00:54:"$( : IP total length
212 )"3f:49:"$( : IP identification
213 )"00:00:"$( : IP flags + frag off
214 )"3f:"$( : IP TTL
215 )"01:"$( : IP proto
216 )"50:21:"$( : IP header csum
217 )"c6:33:64:0a:"$( : IP saddr: 198.51.100.10
218 )"c0:00:02:01:"$( : IP daddr: 192.0.2.1

12345678910>>...17