Searched refs:bearer (Results 1 – 11 of 11) sorted by relevance
/openbmc/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 | 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 …]
|
H A D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
H A D | udp_media.c | 99 struct tipc_bearer __rcu *bearer; member 387 b = rcu_dereference(ub->bearer); in tipc_udp_recv() 727 rcu_assign_pointer(ub->bearer, b); in tipc_udp_enable() 840 RCU_INIT_POINTER(ub->bearer, NULL); in tipc_udp_disable()
|
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 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()
|
/openbmc/openbmc/poky/meta/recipes-support/curl/ |
H A D | curl_8.11.1.bb | 26 COMMON_PACKAGECONFIG = "basic-auth bearer-auth digest-auth ipfs negotiate-auth openssl proxy thread… 35 PACKAGECONFIG[bearer-auth] = "--enable-bearer-auth,--disable-bearer-auth"
|
/openbmc/linux/Documentation/networking/ |
H A D | tipc.rst | 133 .. kernel-doc:: net/tipc/bearer.h 148 .. kernel-doc:: net/tipc/bearer.c
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1686 bearer.c: 17977 1687 bearer.h: 6277
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |