Searched refs:bearer (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/tipc/ |
D | bearer.c | 809 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument 824 if (nla_put_string(msg->skb, TIPC_NLA_BEARER_NAME, bearer->name)) in __tipc_nl_add_bearer() 830 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, bearer->priority)) in __tipc_nl_add_bearer() 832 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer() 834 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer() 836 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_bearer() 837 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer() 843 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) { in __tipc_nl_add_bearer() 844 if (tipc_udp_nl_add_bearer_data(msg, bearer)) in __tipc_nl_add_bearer() 868 struct tipc_bearer *bearer; in tipc_nl_bearer_dump() local [all …]
|
D | netlink_compat.c | 411 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local 417 err = nla_parse_nested_deprecated(bearer, TIPC_NLA_BEARER_MAX, in tipc_nl_compat_bearer_dump() 423 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump() 424 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump() 432 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local 438 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable() 439 if (!bearer) in tipc_nl_compat_bearer_enable() 465 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable() 475 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local 480 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 | 99 struct tipc_bearer __rcu *bearer; member 384 b = rcu_dereference(ub->bearer); in tipc_udp_recv() 724 rcu_assign_pointer(ub->bearer, b); in tipc_udp_enable() 835 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
|
D | node.h | 93 struct tipc_bearer *bearer,
|
D | crypto.c | 241 struct tipc_bearer *bearer; member 248 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() 936 rx_ctx->bearer = b; in tipc_aead_decrypt() 961 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done()
|
/linux-6.1.9/Documentation/networking/ |
D | tipc.rst | 133 .. kernel-doc:: net/tipc/bearer.h 148 .. kernel-doc:: net/tipc/bearer.c
|