Home
last modified time | relevance | path

Searched refs:CAN_HAS_RESTART_MS (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/route/link/
Dcan.c42 #define CAN_HAS_RESTART_MS (1<<5) macro
114 ci->ci_mask |= CAN_HAS_RESTART_MS; in can_parse()
216 if (ci->ci_mask & CAN_HAS_RESTART_MS) { in can_dump_details()
304 if (ci->ci_mask & CAN_HAS_RESTART_MS) in can_put_attrs()
305 NLA_PUT_U32(msg, CAN_HAS_RESTART_MS, ci->ci_restart_ms); in can_put_attrs()
656 if (ci->ci_mask & CAN_HAS_RESTART_MS) in rtnl_link_can_get_restart_ms()
678 ci->ci_mask |= CAN_HAS_RESTART_MS; in rtnl_link_can_set_restart_ms()