Home
last modified time | relevance | path

Searched refs:ipip (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_ipip_mtu.sh86 ip netns exec "$r_a" ip link add ipip0 type ipip local "$l_addr" remote "$r_addr" mode ipip || exit $ksft_skip
117 ip netns exec "$r_b" ip link add ipip0 type ipip local "${l_addr}" remote "${r_addr}" mode ipip || exit $ksft_skip
H A Dipvs.sh154 modprobe -q ipip
/linux/samples/bpf/
H A Dtc_l2_redirect.sh41 $IP -n ns2 link add ipt2 type ipip local 10.2.1.102 remote 10.2.1.1
47 if [[ $tun_type == "ipip" ]]; then
93 config_common ipip
95 $IP link add ipt type ipip external
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c85 struct ipip_pkt ipip; member
360 .name = "ipip-encap",
361 .pkt.ipip = {
389 .name = "ipip-no-encap",
390 .pkt.ipip = {
417 .name = "ipip-encap-dissector-continue",
418 .pkt.ipip = {
470 .pkt.ipip = {
/linux/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh109 echo "ipip"
110 $0 ipv4 ipip none 100
170 readonly foutype=ipip
/linux/net/ipv4/
H A DMakefile25 obj-$(CONFIG_NET_IPIP) += ipip.o
/linux/Documentation/networking/
H A Dipvs-sysctl.rst192 protocols like ipip, which is useful to prevent rescheduling
/linux/net/xfrm/
H A Dxfrm_state.c260 X(afinfo, type, ipip); in xfrm_register_type()
305 X(afinfo, type, ipip); in xfrm_unregister_type()