Lines Matching refs:bearer
346 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local
348 nla_parse_nested(bearer, TIPC_NLA_BEARER_MAX, attrs[TIPC_NLA_BEARER], in tipc_nl_compat_bearer_dump()
352 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump()
353 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump()
360 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local
365 bearer = nla_nest_start(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable()
366 if (!bearer) in tipc_nl_compat_bearer_enable()
383 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable()
392 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local
396 bearer = nla_nest_start(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable()
397 if (!bearer) in tipc_nl_compat_bearer_disable()
403 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_disable()