Lines Matching refs:bearer
378 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local
384 err = nla_parse_nested_deprecated(bearer, TIPC_NLA_BEARER_MAX, in tipc_nl_compat_bearer_dump()
390 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump()
391 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump()
399 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local
405 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable()
406 if (!bearer) in tipc_nl_compat_bearer_enable()
432 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable()
442 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local
447 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable()
448 if (!bearer) in tipc_nl_compat_bearer_disable()
462 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_disable()
722 struct nlattr *bearer; in tipc_nl_compat_bearer_set() local
727 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_set()
728 if (!bearer) in tipc_nl_compat_bearer_set()
740 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_set()
777 struct tipc_bearer *bearer; in tipc_nl_compat_link_set() local
798 bearer = tipc_bearer_find(msg->net, lc->name); in tipc_nl_compat_link_set()
799 if (bearer) { in tipc_nl_compat_link_set()