Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h80 CGW_DELETED, /* number of deleted CAN frames (see max_hops param) */ enumerator
/openbmc/linux/net/can/
H A Dgw.c642 if (nla_put_u32(skb, CGW_DELETED, gwj->deleted_frames) < 0) in cgw_put_job()