Searched refs:IFLA_IPTUN_PROTO (Results 1 – 13 of 13) sorted by relevance
/external/iproute2/ip/ |
D | link_ip6tnl.c | 154 if (iptuninfo[IFLA_IPTUN_PROTO]) in ip6tunnel_parse_opt() 155 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in ip6tunnel_parse_opt() 309 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in ip6tunnel_parse_opt() 346 if (tb[IFLA_IPTUN_PROTO]) { in ip6tunnel_print_opt() 347 switch (rta_getattr_u8(tb[IFLA_IPTUN_PROTO])) { in ip6tunnel_print_opt()
|
D | link_iptnl.c | 158 if (iptuninfo[IFLA_IPTUN_PROTO]) in iptunnel_parse_opt() 159 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in iptunnel_parse_opt() 364 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/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 373 IFLA_IPTUN_PROTO nlattr[IFLA_IPTUN_PROTO, const[IPPROTO_IPIP, int8]] 390 IFLA_IPTUN_PROTO nlattr[IFLA_IPTUN_PROTO, const[IPPROTO_IPIP, int8]] 395 IFLA_IPTUN_PROTO nlattr[IFLA_IPTUN_PROTO, const[IPPROTO_IPV6, int8]] 400 IFLA_IPTUN_PROTO nlattr[IFLA_IPTUN_PROTO, const[IPPROTO_IPV6, int8]]
|
D | socket_netlink_route_amd64.const | 200 IFLA_IPTUN_PROTO = 9
|
D | socket_netlink_route_arm.const | 200 IFLA_IPTUN_PROTO = 9
|
D | socket_netlink_route_386.const | 200 IFLA_IPTUN_PROTO = 9
|
D | socket_netlink_route_ppc64le.const | 200 IFLA_IPTUN_PROTO = 9
|
D | socket_netlink_route_arm64.const | 200 IFLA_IPTUN_PROTO = 9
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 50 IFLA_IPTUN_PROTO, enumerator
|
/external/iproute2/include/uapi/linux/ |
D | if_tunnel.h | 68 IFLA_IPTUN_PROTO, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 68 IFLA_IPTUN_PROTO, enumerator
|