Searched refs:bearer (Results 1 – 6 of 6) sorted by relevance
| /linux/net/tipc/ |
| H A D | bearer.c | 2 * net/tipc/bearer.c: TIPC bearer code 39 #include "bearer.h" 131 * bearer_name_validate - validate & (optionally) deconstruct bearer name 132 * @name: ptr to bearer name string 133 * @name_parts: ptr to area for bearer name components (or NULL if not needed) 135 * Return: 1 if bearer name is valid, otherwise 0. 146 /* copy bearer name & ensure length is OK */ in bearer_name_validate() 150 /* ensure all component parts of bearer name are present */ in bearer_name_validate() 159 /* validate component parts of bearer nam in bearer_name_validate() 824 __tipc_nl_add_bearer(struct tipc_nl_msg * msg,struct tipc_bearer * bearer,int nlflags) __tipc_nl_add_bearer() argument 883 struct tipc_bearer *bearer; tipc_nl_bearer_dump() local 916 struct tipc_bearer *bearer; tipc_nl_bearer_get() local 967 struct tipc_bearer *bearer; __tipc_nl_bearer_disable() local 1010 char *bearer; __tipc_nl_bearer_enable() 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 52 #include "bearer.h" 65 * This is the bearer level originating address used in neighbor discovery 91 * struct udp_bearer - ip/udp bearer data structure 92 * @bearer: associated generic tipc bearer 93 * @sk: bearer associated socket 95 * @work: used to schedule deferred work on a bearer 99 struct tipc_bearer __rcu *bearer; member 289 pr_err_ratelimited("UDP bearer instanc in tipc_udp_is_known_peer() [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() 969 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done() [all...] |