Searched refs:IFLA_IPTUN_PROTO (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/ip/ |
D | link_ip6tnl.c | 140 if (iptuninfo[IFLA_IPTUN_PROTO]) in ip6tunnel_parse_opt() 141 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in ip6tunnel_parse_opt() 243 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in ip6tunnel_parse_opt() 271 if (tb[IFLA_IPTUN_PROTO]) { in ip6tunnel_print_opt() 272 switch (rta_getattr_u8(tb[IFLA_IPTUN_PROTO])) { in ip6tunnel_print_opt()
|
D | link_iptnl.c | 141 if (iptuninfo[IFLA_IPTUN_PROTO]) in iptunnel_parse_opt() 142 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in iptunnel_parse_opt() 308 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in iptunnel_parse_opt()
|
/external/libnl/lib/route/link/ |
D | ip6tnl.c | 68 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 }, 143 if (tb[IFLA_IPTUN_PROTO]) { in ip6_tnl_parse() 144 ip6_tnl->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in ip6_tnl_parse() 189 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, ip6_tnl->proto); in ip6_tnl_put_attrs() 191 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, 0); in ip6_tnl_put_attrs()
|
D | sit.c | 64 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 }, 134 if (tb[IFLA_IPTUN_PROTO]) { in sit_parse() 135 sit->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in sit_parse() 176 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, sit->proto); in sit_put_attrs()
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 50 IFLA_IPTUN_PROTO, enumerator
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 50 IFLA_IPTUN_PROTO, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 67 IFLA_IPTUN_PROTO, enumerator
|