Lines Matching refs:bearer
411 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local
417 err = nla_parse_nested_deprecated(bearer, TIPC_NLA_BEARER_MAX, in tipc_nl_compat_bearer_dump()
423 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump()
424 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump()
432 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local
438 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable()
439 if (!bearer) in tipc_nl_compat_bearer_enable()
465 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable()
475 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local
480 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable()
481 if (!bearer) in tipc_nl_compat_bearer_disable()
495 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_disable()
755 struct nlattr *bearer; in tipc_nl_compat_bearer_set() local
760 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_set()
761 if (!bearer) in tipc_nl_compat_bearer_set()
773 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_set()
810 struct tipc_bearer *bearer; in tipc_nl_compat_link_set() local
831 bearer = tipc_bearer_find(msg->net, lc->name); in tipc_nl_compat_link_set()
832 if (bearer) { in tipc_nl_compat_link_set()