Searched refs:bearer (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/net/tipc/ |
| D | bearer.c | 775 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument 790 if (nla_put_string(msg->skb, TIPC_NLA_BEARER_NAME, bearer->name)) in __tipc_nl_add_bearer() 796 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, bearer->priority)) in __tipc_nl_add_bearer() 798 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer() 800 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer() 802 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_bearer() 803 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer() 809 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) { in __tipc_nl_add_bearer() 810 if (tipc_udp_nl_add_bearer_data(msg, bearer)) in __tipc_nl_add_bearer() 834 struct tipc_bearer *bearer; in tipc_nl_bearer_dump() local [all …]
|
| D | netlink_compat.c | 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() [all …]
|
| D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
| D | udp_media.c | 93 struct tipc_bearer __rcu *bearer; member 378 b = rcu_dereference(ub->bearer); in tipc_udp_recv() 716 rcu_assign_pointer(ub->bearer, b); in tipc_udp_enable() 826 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
|
| D | node.h | 93 struct tipc_bearer *bearer,
|
| D | crypto.c | 237 struct tipc_bearer *bearer; member 244 struct tipc_bearer *bearer; member 811 tx_ctx->bearer = b; in tipc_aead_encrypt() 837 struct tipc_bearer *b = tx_ctx->bearer; in tipc_aead_encrypt_done() 942 rx_ctx->bearer = b; in tipc_aead_decrypt() 967 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done()
|