Searched refs:IFLA_IPTUN_PROTO (Results 1 – 3 of 3) sorted by relevance
69 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },148 if (tb[IFLA_IPTUN_PROTO]) { in ip6_tnl_parse()149 ip6_tnl->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in ip6_tnl_parse()194 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, ip6_tnl->proto); in ip6_tnl_put_attrs()196 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, 0); in ip6_tnl_put_attrs()
73 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },151 if (tb[IFLA_IPTUN_PROTO]) { in sit_parse()152 sit->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in sit_parse()214 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, sit->proto); in sit_put_attrs()
68 IFLA_IPTUN_PROTO, enumerator