Searched refs:IFLA_IPTUN_TTL (Results 1 – 4 of 4) sorted by relevance
/third_party/libnl/lib/route/link/ |
D | ipip.c | 57 [IFLA_IPTUN_TTL] = { .type = NLA_U8 }, 113 if (tb[IFLA_IPTUN_TTL]) { in ipip_parse() 114 ipip->ttl = nla_get_u8(tb[IFLA_IPTUN_TTL]); in ipip_parse() 153 NLA_PUT_U8(msg, IFLA_IPTUN_TTL, ipip->ttl); in ipip_put_attrs()
|
D | ip6tnl.c | 64 [IFLA_IPTUN_TTL] = { .type = NLA_U8 }, 123 if (tb[IFLA_IPTUN_TTL]) { in ip6_tnl_parse() 124 ip6_tnl->ttl = nla_get_u8(tb[IFLA_IPTUN_TTL]); in ip6_tnl_parse() 178 NLA_PUT_U8(msg, IFLA_IPTUN_TTL, ip6_tnl->ttl); in ip6_tnl_put_attrs()
|
D | sit.c | 69 [IFLA_IPTUN_TTL] = { .type = NLA_U8 }, 131 if (tb[IFLA_IPTUN_TTL]) { in sit_parse() 132 sit->ttl = nla_get_u8(tb[IFLA_IPTUN_TTL]); in sit_parse() 202 NLA_PUT_U8(msg, IFLA_IPTUN_TTL, sit->ttl); in sit_put_attrs()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 63 IFLA_IPTUN_TTL, enumerator
|