Lines Matching refs:ttl
12 uint8_t ttl; member
22 if (encap_info->ttl) in mpls_encap_dump()
23 nl_dump(dp, "ttl %u ", encap_info->ttl); in mpls_encap_dump()
31 if (encap_info->ttl) in mpls_encap_build_msg()
32 NLA_PUT_U8(msg, MPLS_IPTUNNEL_TTL, encap_info->ttl); in mpls_encap_build_msg()
56 uint8_t ttl = 0; in mpls_encap_parse_msg() local
72 ttl = nla_get_u8(tb[MPLS_IPTUNNEL_TTL]); in mpls_encap_parse_msg()
74 err = rtnl_route_nh_encap_mpls(nh, labels, ttl); in mpls_encap_parse_msg()
87 diff |= (a->ttl != b->ttl); in mpls_encap_compare()
104 uint8_t ttl) in rtnl_route_nh_encap_mpls() argument
127 mpls_encap->ttl = ttl; in rtnl_route_nh_encap_mpls()