Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dgw.h90 #define CGW_MAX (__CGW_MAX - 1) macro
/openbmc/linux/net/can/
H A Dgw.c781 static const struct nla_policy cgw_policy[CGW_MAX + 1] = {
803 struct nlattr *tb[CGW_MAX + 1]; in cgw_parse_attr()
812 CGW_MAX, cgw_policy, NULL); in cgw_parse_attr()