| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | fib_nexthops.sh | 148 IP="ip -netns me" 151 $IP li add veth1 type veth peer name veth2 152 $IP li set veth1 up 153 $IP addr add 172.16.1.1/24 dev veth1 154 $IP -6 addr add 2001:db8:91::1/64 dev veth1 nodad 156 $IP li add veth3 type veth peer name veth4 157 $IP li set veth3 up 158 $IP addr add 172.16.2.1/24 dev veth3 159 $IP -6 addr add 2001:db8:92::1/64 dev veth3 nodad 161 $IP li set veth2 netns peer up [all …]
|
| H A D | fib_tests.sh | 17 IP="ip -netns ns1" 56 $IP link set dev lo up 60 $IP link add dummy0 type dummy 61 $IP link set dev dummy0 up 62 $IP address add 198.51.100.1/24 dev dummy0 63 $IP -6 address add 2001:db8:1::1/64 dev dummy0 70 $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 [all …]
|
| H A D | fib_rule_tests.sh | 9 IP="ip -netns testns" 55 $IP link set dev lo up 57 $IP link add dummy0 type dummy 58 $IP link set dev dummy0 up 59 $IP address add $DEV_ADDR/24 dev dummy0 60 $IP -6 address add $DEV_ADDR6/64 dev dummy0 67 $IP link del dev dummy0 &> /dev/null 90 $IP -6 rule del $1 96 pref=$($IP -6 rule show | grep "$1 lookup $TABLE" | cut -d ":" -f 1) 97 $IP -6 rule del pref $pref [all …]
|
| H 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}…
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tc_l2_redirect.sh | 5 [[ -z $IP ]] && IP='ip' 16 $IP netns add ns1 17 $IP netns add ns2 18 $IP link add ve1 type veth peer name vens1 19 $IP link add ve2 type veth peer name vens2 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 24 $IP link set dev vens1 netns ns1 [all …]
|
| H A D | test_cgrp2_tc.sh | 11 [ -z "$IP" ] && IP='ip' 74 $IP link add $HOST_IFC type veth peer name $NS_IFC || return $? 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 $? 80 $IP -n $NS link set dev $NS_IFC up || return $? 81 $IP netns exec $NS sysctl -q net.ipv6.conf.$NS_IFC.accept_dad=0 86 $IP netns del $NS 87 $IP link del $HOST_IFC 125 $IP netns [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lan_tx_rx.h | 634 ICE_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3), 635 ICE_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3), 636 ICE_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 638 ICE_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4), 639 ICE_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4), 640 ICE_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4), 643 ICE_PTT(29, IP, IPV4, NOF, IP_IP, IPV4, FRG, NONE, PAY3), 644 ICE_PTT(30, IP, IPV4, NOF, IP_IP, IPV4, NOF, NONE, PAY3), 645 ICE_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 647 ICE_PTT(33, IP, IPV4, NOF, IP_IP, IPV4, NOF, TCP, PAY4), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_common.c | 573 IAVF_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3), 574 IAVF_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3), 575 IAVF_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 577 IAVF_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4), 578 IAVF_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4), 579 IAVF_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4), 582 IAVF_PTT(29, IP, IPV4, NOF, IP_IP, IPV4, FRG, NONE, PAY3), 583 IAVF_PTT(30, IP, IPV4, NOF, IP_IP, IPV4, NOF, NONE, PAY3), 584 IAVF_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 586 IAVF_PTT(33, IP, IPV4, NOF, IP_IP, IPV4, NOF, TCP, PAY4), [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | devlink_trap_tunnel_vxlan.sh | 145 )"45:"$( : IP version + IHL 146 )"00:"$( : IP TOS 147 )"00:14:"$( : IP total length 148 )"00:00:"$( : IP identification 149 )"20:00:"$( : IP flags + frag off 150 )"40:"$( : IP TTL 151 )"00:"$( : IP proto 152 )"D6:E5:"$( : IP header csum 153 )"c0:00:02:03:"$( : IP saddr: 192.0.2.3 154 )"c0:00:02:01:"$( : IP daddr: 192.0.2.1 [all …]
|
| H A D | devlink_trap_tunnel_ipip.sh | 125 )"4"$( : IP version 127 )"00:"$( : IP TOS 128 )"00:14:"$( : IP total length 129 )"00:00:"$( : IP identification 130 )"20:00:"$( : IP flags + frag off 131 )"30:"$( : IP TTL 132 )"01:"$( : IP proto 133 )"E7:E6:"$( : IP header csum 134 )"C0:00:01:01:"$( : IP saddr : 192.0.1.1 135 )"C0:00:02:01:"$( : IP daddr : 192.0.2.1 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H 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 22 You can currently encapsulate or decapsulate AppleTalk-IP on LocalTalk, 28 Compiling AppleTalk-IP Decapsulation/Encapsulation 31 AppleTalk-IP decapsulation needs to be compiled into your kernel. You 32 will need to turn on AppleTalk-IP driver support. Then you will need to 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 [all …]
|
| H 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 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H 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" 47 To increase number of ports available for USB/IP virtual 48 host controller driver, this defines number of USB/IP [all …]
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | protocols | 1 # Internet (IP) protocols 6 ip 0 IP # internet protocol, pseudo protocol number 11 ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'') 43 ipip 94 IPIP # IP-within-IP Encapsulation Protocol 44 etherip 97 ETHERIP # Ethernet-within-IP Encapsulation [RFC3378] 45 encap 98 ENCAP # Yet Another IP encapsulation [RFC1241] 48 ipcomp 108 IPCOMP # IP Payload Compression Protocol 56 mpls-in-ip 137 MPLS-in-IP # MPLS-in-IP [RFC4023]
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H 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;\
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sifive/ |
| H 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/xilinx/ |
| H 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.
|
| H A D | xlnx,video.txt | 1 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/ |
| H 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 */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 603 I40E_PTT(22, IP, IPV4, FRG, NONE, NONE, NOF, NONE, PAY3), 604 I40E_PTT(23, IP, IPV4, NOF, NONE, NONE, NOF, NONE, PAY3), 605 I40E_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 607 I40E_PTT(26, IP, IPV4, NOF, NONE, NONE, NOF, TCP, PAY4), 608 I40E_PTT(27, IP, IPV4, NOF, NONE, NONE, NOF, SCTP, PAY4), 609 I40E_PTT(28, IP, IPV4, NOF, NONE, NONE, NOF, ICMP, PAY4), 612 I40E_PTT(29, IP, IPV4, NOF, IP_IP, IPV4, FRG, NONE, PAY3), 613 I40E_PTT(30, IP, IPV4, NOF, IP_IP, IPV4, NOF, NONE, PAY3), 614 I40E_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 616 I40E_PTT(33, IP, IPV4, NOF, IP_IP, IPV4, NOF, TCP, PAY4), [all …]
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H 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
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | Kconfig | 3 # 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: verbose route monitoring" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/cellular/qualcomm/ |
| H A D | rmnet.rst | 15 IP mode. Physical transports include USB, HSIC, PCIe and IP accelerator. 19 multimedia messaging service (MMS) or IP media subsystem (IMS). Hardware sends 32 MAP header has the same endianness of the IP packet. 43 packets are standard IP packets. 81 packets and either ACK the MAP command or deliver the IP packet to the 84 MAP header|IP Packet|Optional padding|MAP header|IP Packet|Optional padding.... 86 MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | Kconfig | 66 Support for Rockchip USB2.0 PHY with Innosilicon IP block. 74 Support for Rockchip USB 3.0 PHY with Innosilicon IP block. 83 Innosilicon IP block. 92 Enable this to support the Rockchip MIPI D-PHY with Synopsys or Innosilicon IP block. 100 combo PHY with NaNeng IP block. 107 Support for Rockchip eDP Transmitter PHY with Naneng IP block. 118 Support for Rockchip USB2.0 PHY with NANENG IP block. 136 Samsung IP block. 143 Support for Rockchip HDMI/DP Combo PHY with Samsung IP block. 150 Support for Rockchip HDMI/DP Combo PHY with Samsung IP block. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/build-appliance-image/ |
| H A D | README_VirtualBox_Toaster.txt | 18 Find out your VM network IP address: 22 IP address is listed under eth0 inet addr. 37 Find out your VM network IP address: 41 IP address is listed under eth0 inet addr. 59 | Name | Protocol | Host IP | Host Port | Guest IP | Guest Port |
|