Home
last modified time | relevance | path

Searched refs:__tipc_nl_bearer_set (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/tipc/
H A Dbearer.h209 int __tipc_nl_bearer_set(struct sk_buff *skb, struct genl_info *info);
H A Dbearer.c1112 int __tipc_nl_bearer_set(struct sk_buff *skb, struct genl_info *info) in __tipc_nl_bearer_set() function
1182 err = __tipc_nl_bearer_set(skb, info); in tipc_nl_bearer_set()
H A Dnetlink_compat.c830 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()