Home
last modified time | relevance | path

Searched refs:fou (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/net/ipv4/
H A Dfou_core.c24 struct fou { struct
75 struct fou *fou = fou_from_sock(sk); in fou_udp_recv() local
122 struct fou *fou = fou_from_sock(sk); in gue_udp_recv() local
236 struct fou *fou = fou_from_sock(sk); in fou_gro_receive() local
272 struct fou *fou = fou_from_sock(sk); in fou_gro_complete() local
335 struct fou *fou = fou_from_sock(sk); in gue_gro_receive() local
560 static void fou_release(struct fou *fou) in fou_release() argument
574 struct fou *fou = NULL; in fou_create() local
585 fou = kzalloc(sizeof(*fou), GFP_KERNEL); in fou_create()
647 struct fou *fou; in fou_destroy() local
[all …]
H A DMakefile27 fou-y := fou_core.o fou_nl.o fou_bpf.o
28 obj-$(CONFIG_NET_FOU) += fou.o
/linux-6.15/Documentation/netlink/specs/
H A Dfou.yaml3 name: fou
10 c-family-name: fou-genl-name
11 c-version-name: fou-genl-version
19 name-prefix: fou-encap-
25 name: fou
26 name-prefix: fou-attr-
82 attribute-set: fou
104 attribute-set: fou
124 attribute-set: fou
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh169 readonly foumod=fou
234 ip netns exec "${ns2}" ip fou add port $dport ipproto ${dproto}
/linux-6.15/tools/testing/selftests/net/
H A Dpmtu.sh414 modprobe fou || return $ksft_skip
439 run_cmd ${ns_a} ip fou add port 5555 ipproto ${ipproto} || return $ksft_skip
442 run_cmd ${ns_b} ip fou add port 5556 ipproto ${ipproto}
458 setup_fou_or_gue 4 4 fou
462 setup_fou_or_gue 4 6 fou
466 setup_fou_or_gue 6 4 fou
470 setup_fou_or_gue 6 6 fou
1673 test_pmtu_ipvX_over_fouY_or_gueY 4 4 fou
1677 test_pmtu_ipvX_over_fouY_or_gueY 6 4 fou
1681 test_pmtu_ipvX_over_fouY_or_gueY 4 6 fou
[all …]
H A Drtnetlink.sh489 run_cmd_grep 'Usage: ip fou' ip fou help
495 if ! /sbin/modprobe -q -n fou; then
499 /sbin/modprobe -q fou
501 run_cmd ip -netns "$testns" fou add port 7777 ipproto 47
506 run_cmd ip -netns "$testns" fou add port 8888 ipproto 4
507 run_cmd_fail ip -netns "$testns" fou del port 9999
508 run_cmd ip -netns "$testns" fou del port 7777
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro-specs.rst67 /* Documentation/netlink/specs/fou.yaml */
71 kernel source based on fou.yaml.