Home
last modified time | relevance | path

Searched refs:FOU_ENCAP_GUE (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/sys/linux/
Dsocket_netlink_generic_fou_amd64.const13 FOU_ENCAP_GUE = 2
Dsocket_netlink_generic_fou_arm64.const13 FOU_ENCAP_GUE = 2
Dsocket_netlink_generic_fou_arm.const13 FOU_ENCAP_GUE = 2
Dsocket_netlink_generic_fou_ppc64le.const13 FOU_ENCAP_GUE = 2
Dsocket_netlink_generic_fou_386.const13 FOU_ENCAP_GUE = 2
Dsocket_netlink_generic_fou.txt29 fou_types = FOU_ENCAP_DIRECT, FOU_ENCAP_GUE
/external/kernel-headers/original/uapi/linux/
Dfou.h37 FOU_ENCAP_GUE, enumerator
/external/iproute2/include/uapi/linux/
Dfou.h37 FOU_ENCAP_GUE, enumerator
/external/iproute2/ip/
Dipfou.c101 type = gue_set ? FOU_ENCAP_GUE : FOU_ENCAP_DIRECT; in fou_parse_opt()