Lines Matching refs:bearer
408 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local
414 err = nla_parse_nested_deprecated(bearer, TIPC_NLA_BEARER_MAX, in tipc_nl_compat_bearer_dump()
420 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump()
421 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump()
429 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local
435 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable()
436 if (!bearer) in tipc_nl_compat_bearer_enable()
462 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable()
472 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local
477 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable()
478 if (!bearer) in tipc_nl_compat_bearer_disable()
492 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_disable()
752 struct nlattr *bearer; in tipc_nl_compat_bearer_set() local
757 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_set()
758 if (!bearer) in tipc_nl_compat_bearer_set()
770 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_set()
807 struct tipc_bearer *bearer; in tipc_nl_compat_link_set() local
828 bearer = tipc_bearer_find(msg->net, lc->name); in tipc_nl_compat_link_set()
829 if (bearer) { in tipc_nl_compat_link_set()