Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h76 CGW_DROPPED, /* number of dropped CAN frames */ enumerator
/openbmc/linux/net/can/
H A Dgw.c637 if (nla_put_u32(skb, CGW_DROPPED, gwj->dropped_frames) < 0) in cgw_put_job()