Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/route/link/
Dcan.h25 struct can_berr_counter;
38 extern int rtnl_link_can_berr(struct rtnl_link *, struct can_berr_counter *);
/third_party/libnl/include/linux-private/linux/can/
Dnetlink.h82 struct can_berr_counter { struct
/third_party/libnl/lib/route/link/
Dcan.c54 struct can_berr_counter ci_berr_counter;
69 [IFLA_CAN_BERR_COUNTER] = { .minlen = sizeof(struct can_berr_counter) },
475 int rtnl_link_can_berr(struct rtnl_link *link, struct can_berr_counter *berr) in rtnl_link_can_berr()