Lines Matching refs:bearer
348 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local
350 nla_parse_nested(bearer, TIPC_NLA_BEARER_MAX, attrs[TIPC_NLA_BEARER], in tipc_nl_compat_bearer_dump()
354 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump()
355 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump()
363 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local
368 bearer = nla_nest_start(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable()
369 if (!bearer) in tipc_nl_compat_bearer_enable()
386 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable()
396 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local
400 bearer = nla_nest_start(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable()
401 if (!bearer) in tipc_nl_compat_bearer_disable()
407 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_disable()
630 struct nlattr *bearer; in tipc_nl_compat_bearer_set() local
635 bearer = nla_nest_start(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_set()
636 if (!bearer) in tipc_nl_compat_bearer_set()
648 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_set()
685 struct tipc_bearer *bearer; in tipc_nl_compat_link_set() local
696 bearer = tipc_bearer_find(msg->net, lc->name); in tipc_nl_compat_link_set()
697 if (bearer) { in tipc_nl_compat_link_set()