Searched refs:fou (Results 1 – 5 of 5) sorted by relevance
22 struct fou { struct49 static inline struct fou *fou_from_sock(struct sock *sk) in fou_from_sock() argument54 static int fou_recv_pull(struct sk_buff *skb, struct fou *fou, size_t len) in fou_recv_pull() argument59 if (fou->family == AF_INET) in fou_recv_pull()73 struct fou *fou = fou_from_sock(sk); in fou_udp_recv() local75 if (!fou) in fou_udp_recv()78 if (fou_recv_pull(skb, fou, sizeof(struct udphdr))) in fou_udp_recv()81 return -fou->protocol; in fou_udp_recv()120 struct fou *fou = fou_from_sock(sk); in gue_udp_recv() local127 if (!fou) in gue_udp_recv()[all …]
29 obj-$(CONFIG_NET_FOU) += fou.o
291 modprobe fou || return 2316 run_cmd ${ns_a} ip fou add port 5555 ipproto ${ipproto} || return 2319 run_cmd ${ns_b} ip fou add port 5556 ipproto ${ipproto}335 setup_fou_or_gue 4 4 fou339 setup_fou_or_gue 4 6 fou343 setup_fou_or_gue 6 4 fou347 setup_fou_or_gue 6 6 fou880 test_pmtu_ipvX_over_fouY_or_gueY 4 4 fou884 test_pmtu_ipvX_over_fouY_or_gueY 6 4 fou888 test_pmtu_ipvX_over_fouY_or_gueY 4 6 fou[all …]
518 ip fou help 2>&1 |grep -q 'Usage: ip fou'524 ip -netns "$testns" fou add port 7777 ipproto 47 2>/dev/null530 ip -netns "$testns" fou add port 8888 ipproto 4533 ip -netns "$testns" fou del port 9999 2>/dev/null536 ip -netns "$testns" fou del port 7777
145 readonly foumod=fou208 ip netns exec "${ns2}" ip fou add port $dport ipproto ${dproto}