Searched refs:bearer (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | bearer.c | 743 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument 758 if (nla_put_string(msg->skb, TIPC_NLA_BEARER_NAME, bearer->name)) in __tipc_nl_add_bearer() 764 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, bearer->priority)) in __tipc_nl_add_bearer() 766 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer() 768 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->window)) in __tipc_nl_add_bearer() 770 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_bearer() 771 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer() 777 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) { in __tipc_nl_add_bearer() 778 if (tipc_udp_nl_add_bearer_data(msg, bearer)) in __tipc_nl_add_bearer() 802 struct tipc_bearer *bearer; in tipc_nl_bearer_dump() local [all …]
|
| D | netlink_compat.c | 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() [all …]
|
| D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
| D | udp_media.c | 92 struct tipc_bearer __rcu *bearer; member 370 b = rcu_dereference(ub->bearer); in tipc_udp_recv() 710 rcu_assign_pointer(ub->bearer, b); in tipc_udp_enable() 815 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
|
| D | node.h | 77 struct tipc_bearer *bearer,
|