Searched refs:fou (Results 1 – 7 of 7) sorted by relevance
24 struct fou { struct75 struct fou *fou = fou_from_sock(sk); in fou_udp_recv() local122 struct fou *fou = fou_from_sock(sk); in gue_udp_recv() local236 struct fou *fou = fou_from_sock(sk); in fou_gro_receive() local272 struct fou *fou = fou_from_sock(sk); in fou_gro_complete() local335 struct fou *fou = fou_from_sock(sk); in gue_gro_receive() local560 static void fou_release(struct fou *fou) in fou_release() argument574 struct fou *fou = NULL; in fou_create() local585 fou = kzalloc(sizeof(*fou), GFP_KERNEL); in fou_create()647 struct fou *fou; in fou_destroy() local[all …]
27 fou-y := fou_core.o fou_nl.o fou_bpf.o28 obj-$(CONFIG_NET_FOU) += fou.o
3 name: fou10 c-family-name: fou-genl-name11 c-version-name: fou-genl-version19 name-prefix: fou-encap-25 name: fou26 name-prefix: fou-attr-82 attribute-set: fou104 attribute-set: fou124 attribute-set: fou
169 readonly foumod=fou234 ip netns exec "${ns2}" ip fou add port $dport ipproto ${dproto}
414 modprobe fou || return $ksft_skip439 run_cmd ${ns_a} ip fou add port 5555 ipproto ${ipproto} || return $ksft_skip442 run_cmd ${ns_b} ip fou add port 5556 ipproto ${ipproto}458 setup_fou_or_gue 4 4 fou462 setup_fou_or_gue 4 6 fou466 setup_fou_or_gue 6 4 fou470 setup_fou_or_gue 6 6 fou1673 test_pmtu_ipvX_over_fouY_or_gueY 4 4 fou1677 test_pmtu_ipvX_over_fouY_or_gueY 6 4 fou1681 test_pmtu_ipvX_over_fouY_or_gueY 4 6 fou[all …]
489 run_cmd_grep 'Usage: ip fou' ip fou help495 if ! /sbin/modprobe -q -n fou; then499 /sbin/modprobe -q fou501 run_cmd ip -netns "$testns" fou add port 7777 ipproto 47506 run_cmd ip -netns "$testns" fou add port 8888 ipproto 4507 run_cmd_fail ip -netns "$testns" fou del port 9999508 run_cmd ip -netns "$testns" fou del port 7777
67 /* Documentation/netlink/specs/fou.yaml */71 kernel source based on fou.yaml.