Searched refs:fou (Results 1 – 6 of 6) sorted by relevance
24 struct fou { struct51 static inline struct fou *fou_from_sock(struct sock *sk) in fou_from_sock() argument56 static int fou_recv_pull(struct sk_buff *skb, struct fou *fou, size_t len) in fou_recv_pull() argument61 if (fou->family == AF_INET) in fou_recv_pull()75 struct fou *fou = fou_from_sock(sk); in fou_udp_recv() local77 if (!fou) in fou_udp_recv()80 if (fou_recv_pull(skb, fou, sizeof(struct udphdr))) in fou_udp_recv()83 return -fou->protocol; in fou_udp_recv()122 struct fou *fou = fou_from_sock(sk); in gue_udp_recv() local129 if (!fou) in gue_udp_recv()[all …]
68 encap fou encap-sport "$FOU_PORT4" encap-dport "$FOU_PORT4" \74 ip netns exec "$NRECV" ip fou add port "$FOU_PORT4" ipproto 4777 encap fou encap-sport "$FOU_PORT4" encap-dport "$FOU_PORT4" \106 encap fou encap-sport "$FOU_PORT6" encap-dport "$FOU_PORT6" \112 ip netns exec "$NRECV" ip fou add port "$FOU_PORT6" ipproto 47 -6115 encap fou encap-sport "$FOU_PORT6" encap-dport "$FOU_PORT6" \
413 modprobe fou || return $ksft_skip438 run_cmd ${ns_a} ip fou add port 5555 ipproto ${ipproto} || return $ksft_skip441 run_cmd ${ns_b} ip fou add port 5556 ipproto ${ipproto}457 setup_fou_or_gue 4 4 fou461 setup_fou_or_gue 4 6 fou465 setup_fou_or_gue 6 4 fou469 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...]
540 run_cmd_grep 'Usage: ip fou' ip fou help546 if ! /sbin/modprobe -q -n fou; then550 /sbin/modprobe -q fou552 run_cmd ip -netns "$testns" fou add port 7777 ipproto 47557 run_cmd ip -netns "$testns" fou add port 8888 ipproto 4558 run_cmd_fail ip -netns "$testns" fou del port 9999559 run_cmd ip -netns "$testns" fou del port 7777
67 /* Documentation/netlink/specs/fou.yaml */71 kernel source based on fou.yaml.