Home
last modified time | relevance | path

Searched refs:IFLA_GRE_ENCAP_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h132 IFLA_GRE_ENCAP_TYPE, enumerator
/openbmc/linux/net/ipv4/
H A Dip_gre.c1062 data[IFLA_GRE_ENCAP_TYPE] && in ipgre_tunnel_validate()
1063 nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) in ipgre_tunnel_validate()
1256 if (data[IFLA_GRE_ENCAP_TYPE]) { in ipgre_netlink_encap_parms()
1258 ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]); in ipgre_netlink_encap_parms()
1521 if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE, in ipgre_fill_info()
1597 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },
/openbmc/linux/net/ipv6/
H A Dip6_gre.c1957 if (data[IFLA_GRE_ENCAP_TYPE]) { in ip6gre_netlink_encap_parms()
1959 ipencap->type = nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]); in ip6gre_netlink_encap_parms()
2188 if (nla_put_u16(skb, IFLA_GRE_ENCAP_TYPE, in ip6gre_fill_info()
2221 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },