/linux/tools/testing/selftests/net/ |
A D | fib_nexthops.sh | 177 IP="ip -netns me" 181 $IP li set veth1 up 186 $IP li set veth3 up 349 run_cmd "$IP nexthop list" 494 $IP link del dev vx10 574 $IP link del dev vx10 1051 $IP nexthop del id 100 1793 $IP nexthop del id 100 1918 $IP li set veth1 down 1923 $IP li set veth1 up [all …]
|
A D | fib_tests.sh | 17 IP="ip -netns ns1" 56 $IP link set dev lo up 652 $IP link del veth0 653 $IP link del red 1109 $IP li del dummy1 1110 $IP li del dummy2 1565 $IP li del dummy1 1566 $IP li del dummy2 1619 $IP li set red up 1649 $IP li del dummy1 [all …]
|
A D | fib_rule_tests.sh | 12 IP="ip -netns testns" 58 $IP link set dev lo up 60 $IP link add dummy0 type dummy 61 $IP link set dev dummy0 up 70 $IP link del dev dummy0 &> /dev/null 93 $IP -6 rule del $1 100 $IP -6 rule del pref $pref 108 $IP -6 rule add $match table $RTABLE 162 $IP rule del $1 169 $IP rule del pref $pref [all …]
|
A D | msg_zerocopy.sh | 40 readonly IP="$1" 47 if [[ "${IP}" == "4" ]]; then 50 elif [[ "${IP}" == "6" ]]; then 54 echo "Invalid IP version ${IP}" 113 echo "ipv${IP} ${TXMODE} ${ARGS}" 114 …ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS}… 116 …ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
|
A D | gre_gso.sh | 16 IP="ip -netns ns1" 55 $IP link set dev lo up 60 $IP link set veth1 name veth0 61 $IP link set veth0 up 111 $IP tunnel add gre1 mode $mode local $a2 remote $a1 dev veth0 112 $IP link set gre1 up 153 $IP addr add 172.16.2.2/24 dev gre1 156 $IP -6 addr add 2001:db8:1::2/64 dev gre1 nodad
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
A D | nexthop.sh | 124 $IP nexthop del id 1 165 $IP nexthop del id 10 176 $IP nexthop del id 10 225 $IP nexthop del id 10 241 $IP nexthop del id 10 445 $IP nexthop delete id 3 881 $IP nexthop del id 1 909 $IP nexthop del id 1 928 $IP nexthop del id 1 954 $IP nexthop del id 1 [all …]
|
A D | fib_notifications.sh | 93 $IP monitor route &> $outfile & 95 $IP route add $route dev dummy1 102 $IP route del $route dev dummy1 142 $IP route add $route dev dummy1 210 $IP link set dev dummy2 up 229 $IP link del name dummy2 327 $IP link set dev dummy2 up 345 $IP link del name dummy2 408 IP="ip -n testns1" 411 $IP link set dev dummy1 up [all …]
|
/linux/samples/bpf/ |
A D | tc_l2_redirect.sh | 5 [[ -z $IP ]] && IP='ip' 16 $IP netns add ns1 17 $IP netns add ns2 20 $IP link set dev ve1 up 21 $IP link set dev ve2 up 22 $IP link set dev ve1 mtu 1500 23 $IP link set dev ve2 mtu 1500 27 $IP -n ns1 link set dev lo up 34 $IP -n ns2 link set dev lo up 93 $IP link set dev ipt up [all …]
|
A D | test_cgrp2_tc.sh | 11 [ -z "$IP" ] && IP='ip' 75 $IP link set dev $HOST_IFC up || return $? 78 $IP netns add ns || return $? 79 $IP link set dev $NS_IFC netns ns || return $? 86 $IP netns del $NS 87 $IP link del $HOST_IFC 125 $IP netns 126 $IP link show dev $HOST_IFC 127 $IP -6 a show dev $HOST_IFC 131 $IP -n $NS link show dev $NS_IFC [all …]
|
/linux/include/trace/events/ |
A D | random.h | 14 TP_ARGS(bytes, IP), 23 __entry->IP = IP; 44 __entry->IP = IP; 65 unsigned long IP), 80 __entry->IP = IP; 145 TP_ARGS(nbytes, IP), 154 __entry->IP = IP; 163 TP_ARGS(nbytes, IP) 169 TP_ARGS(nbytes, IP) 174 unsigned long IP), [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_lan_tx_rx.h | 720 ICE_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3), 721 ICE_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3), 722 ICE_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 724 ICE_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4), 725 ICE_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4), 726 ICE_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4), 810 ICE_PTT(88, IP, IPV6, FRG, NONE, NONE, NOF, NONE, PAY3), 811 ICE_PTT(89, IP, IPV6, NOF, NONE, NONE, NOF, NONE, PAY3), 812 ICE_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY4), 814 ICE_PTT(92, IP, IPV6, NOF, NONE, NONE, NOF, TCP, PAY4), [all …]
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_common.c | 572 IAVF_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3), 573 IAVF_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3), 574 IAVF_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 576 IAVF_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4), 577 IAVF_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4), 578 IAVF_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4), 662 IAVF_PTT(88, IP, IPV6, FRG, NONE, NONE, NOF, NONE, PAY3), 663 IAVF_PTT(89, IP, IPV6, NOF, NONE, NONE, NOF, NONE, PAY3), 664 IAVF_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY3), 666 IAVF_PTT(92, IP, IPV6, NOF, NONE, NONE, NOF, TCP, PAY4), [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | devlink_trap_tunnel_vxlan.sh | 146 )"00:"$( : IP TOS 150 )"40:"$( : IP TTL 151 )"00:"$( : IP proto 152 )"D6:E5:"$( : IP header csum 202 )"00:"$( : IP TOS 206 )"40:"$( : IP TTL 207 )"00:"$( : IP proto 208 )"00:00:"$( : IP header csum 282 )"00:"$( : IP TOS 286 )"40:"$( : IP TTL [all …]
|
A D | devlink_trap_tunnel_ipip.sh | 129 )"4"$( : IP version 131 )"00:"$( : IP TOS 132 )"00:14:"$( : IP total length 133 )"00:00:"$( : IP identification 134 )"20:00:"$( : IP flags + frag off 135 )"30:"$( : IP TTL 136 )"01:"$( : IP proto 137 )"E7:E6:"$( : IP header csum 138 )"C0:00:01:01:"$( : IP saddr : 192.0.1.1 139 )"C0:00:02:01:"$( : IP daddr : 192.0.2.1
|
/linux/Documentation/networking/ |
A D | ipddp.rst | 4 AppleTalk-IP Decapsulation and AppleTalk-IP Encapsulation 14 AppleTalk-IP (IPDDP) is the method computers connected to AppleTalk 15 networks can use to communicate via IP. AppleTalk-IP is simply IP datagrams 19 IP over an AppleTalk network or you can provide IP gatewaying functions 28 Compiling AppleTalk-IP Decapsulation/Encapsulation 33 select ONE of the two options; IP to AppleTalk-IP encapsulation support or 34 AppleTalk-IP to IP decapsulation support. If you compile the driver 38 ipddp_mode=1 for AppleTalk-IP encapsulation and ipddp_mode=2 for 39 AppleTalk-IP to IP decapsulation. 51 proper IP Gateway and IP addresses for your machine. Included in this [all …]
|
A D | gtp.rst | 18 tunneling User-IP payload between a mobile station (phone, modem) 29 technology-dependent protocol stack for transmitting the user IP 42 theoretically some non-IP network like X.25). 125 the User IP payload, nor for the outer IP layer. Patches or other 180 destination IP and the tunnel endpoint id. The source IP and port 200 TEIDs, not based on the source IP! 225 address ranges. A logically separate connection (e.g. an IP in IP 244 * network device + MS IP -> Peer IP + Peer TEID, 246 and from PDN to IP network: 248 * local GTP-U IP + TEID -> network device [all …]
|
/linux/drivers/usb/usbip/ |
A D | Kconfig | 4 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" 48 host controller driver, this defines number of USB/IP 66 This enables the USB/IP virtual USB device controller [all …]
|
/linux/fs/jfs/ |
A D | jfs_btree.h | 50 #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/devicetree/bindings/sifive/ |
A D | sifive-blocks-ip-versioning.txt | 1 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/translations/zh_CN/infiniband/ |
A D | ipoib.rst | 17 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/media/xilinx/ |
A D | video.txt | 1 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.
|
/linux/Documentation/networking/device_drivers/wwan/ |
A D | iosm.rst | 28 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 upto 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/Documentation/devicetree/bindings/clock/ti/ |
A D | dra7-atl.txt | 3 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/drivers/net/ethernet/intel/i40e/ |
A D | i40e_common.c | 602 I40E_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3), 603 I40E_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3), 604 I40E_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 606 I40E_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4), 607 I40E_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4), 608 I40E_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4), 692 I40E_PTT(88, IP, IPV6, FRG, NONE, NONE, NOF, NONE, PAY3), 693 I40E_PTT(89, IP, IPV6, NOF, NONE, NONE, NOF, NONE, PAY3), 694 I40E_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY4), 696 I40E_PTT(92, IP, IPV6, NOF, NONE, NONE, NOF, TCP, PAY4), [all …]
|
/linux/net/l2tp/ |
A D | Kconfig | 20 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
|