Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_cfm_netlink.c70 br_cfm_policy[IFLA_BRIDGE_CFM_MAX + 1] = {
382 struct nlattr *tb[IFLA_BRIDGE_CFM_MAX + 1]; in br_cfm_parse()
391 err = nla_parse_nested(tb, IFLA_BRIDGE_CFM_MAX, attr, in br_cfm_parse()
/openbmc/linux/include/uapi/linux/
H A Dif_bridge.h354 #define IFLA_BRIDGE_CFM_MAX (__IFLA_BRIDGE_CFM_MAX - 1) macro