Searched refs:bearer (Results 1 – 6 of 6) sorted by relevance
| /linux/net/tipc/ |
| H A D | bearer.c | 824 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument 839 if (nla_put_string(msg->skb, TIPC_NLA_BEARER_NAME, bearer->name)) in __tipc_nl_add_bearer() 845 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, bearer->priority)) in __tipc_nl_add_bearer() 847 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer() 849 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer() 851 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_bearer() 852 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer() 858 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) { in __tipc_nl_add_bearer() 859 if (tipc_udp_nl_add_bearer_data(msg, bearer)) in __tipc_nl_add_bearer() 883 struct tipc_bearer *bearer; in tipc_nl_bearer_dump() local [all …]
|
| H A D | netlink_compat.c | 405 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump() local 411 err = nla_parse_nested_deprecated(bearer, TIPC_NLA_BEARER_MAX, in tipc_nl_compat_bearer_dump() 417 nla_data(bearer[TIPC_NLA_BEARER_NAME]), in tipc_nl_compat_bearer_dump() 418 nla_len(bearer[TIPC_NLA_BEARER_NAME])); in tipc_nl_compat_bearer_dump() 426 struct nlattr *bearer; in tipc_nl_compat_bearer_enable() local 432 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_enable() 433 if (!bearer) in tipc_nl_compat_bearer_enable() 459 nla_nest_end(skb, bearer); in tipc_nl_compat_bearer_enable() 469 struct nlattr *bearer; in tipc_nl_compat_bearer_disable() local 474 bearer = nla_nest_start_noflag(skb, TIPC_NLA_BEARER); in tipc_nl_compat_bearer_disable() [all …]
|
| H A D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
| H A D | udp_media.c | 1 /* net/tipc/udp_media.c: IP bearer support for TIPC 51 #include "bearer.h" 64 * This is the bearer level originating address used in neighbor discovery 90 * struct udp_bearer - ip/udp bearer data structure 91 * @bearer: associated generic tipc bearer 92 * @ubsock: bearer associated socket 94 * @work: used to schedule deferred work on a bearer 98 struct tipc_bearer __rcu *bearer; 288 pr_err_ratelimited("UDP bearer instanc in tipc_udp_is_known_peer() 99 struct tipc_bearer __rcu *bearer; global() member [all...] |
| H A D | node.h | 93 struct tipc_bearer *bearer,
|
| H A D | crypto.c | 241 struct tipc_bearer *bearer; member 248 struct tipc_bearer *bearer; member 714 * @b: TIPC bearer where the message will be delivered after the encryption in tipc_aead_mem_alloc() 802 tx_ctx->bearer = b; in tipc_aead_encrypt() 805 /* Hold bearer */ in tipc_aead_encrypt() 836 struct tipc_bearer *b = tx_ctx->bearer; in tipc_aead_encrypt() 870 * @b: TIPC bearer where the message has been received in tipc_aead_encrypt_done() 936 rx_ctx->bearer = b; in tipc_aead_decrypt() 938 /* Hold bearer */ in tipc_aead_decrypt() 961 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt() [all...] |