Home
last modified time | relevance | path

Searched refs:fou_encap_type (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/network/netdev/
Dfou-tunnel.c23 DEFINE_STRING_TABLE_LOOKUP(fou_encap_type, FooOverUDPEncapType);
24 DEFINE_CONFIG_PARSE_ENUM(config_parse_fou_encap_type, fou_encap_type, FooOverUDPEncapType,
44 switch (t->fou_encap_type) { in netdev_fill_fou_tunnel_message()
240 switch (t->fou_encap_type) { in netdev_fou_tunnel_verify()
277 t->fou_encap_type = NETDEV_FOO_OVER_UDP_ENCAP_DIRECT; in fou_tunnel_init()
Dfou-tunnel.h29 FooOverUDPEncapType fou_encap_type; member
Dtunnel.h51 FooOverUDPEncapType fou_encap_type; member
Dtunnel.c253 r = sd_netlink_message_append_u16(m, IFLA_IPTUN_ENCAP_TYPE, t->fou_encap_type); in netdev_ipip_sit_fill_message_create()
408 r = sd_netlink_message_append_u16(m, IFLA_GRE_ENCAP_TYPE, t->fou_encap_type); in netdev_gre_erspan_fill_message_create()
1035 t->fou_encap_type = NETDEV_FOO_OVER_UDP_ENCAP_DIRECT; in netdev_tunnel_init()
Dnetdev-gperf.gperf90 …parse_fou_encap_type, 0, offsetof(Tunnel, fou_encap_type)
97 …se_fou_encap_type, 0, offsetof(FouTunnel, fou_encap_type)