Searched refs:bearer (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0024-bearer-linux-Support-Bearer4G.patch | 4 Subject: [PATCH 24/28] bearer: linux: Support Bearer4G 10 src/plugins/bearer/generic/qgenericengine.cpp | 3 +++ 13 diff --git a/src/plugins/bearer/generic/qgenericengine.cpp b/src/plugins/bearer/generic/qgenericeng… 15 --- a/src/plugins/bearer/generic/qgenericengine.cpp 16 +++ b/src/plugins/bearer/generic/qgenericengine.cpp
|
| H A D | 0025-bearer-Support-prefer-using-active-network.patch | 4 Subject: [PATCH 25/28] bearer: Support prefer using active network 10 src/network/bearer/qnetworkconfigmanager_p.cpp | 7 ++++++- 13 diff --git a/src/network/bearer/qnetworkconfigmanager_p.cpp b/src/network/bearer/qnetworkconfigmana… 15 --- a/src/network/bearer/qnetworkconfigmanager_p.cpp 16 +++ b/src/network/bearer/qnetworkconfigmanager_p.cpp
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | bearer.c | 793 struct tipc_bearer *bearer, int nlflags) in __tipc_nl_add_bearer() argument 808 if (nla_put_string(msg->skb, TIPC_NLA_BEARER_NAME, bearer->name)) in __tipc_nl_add_bearer() 814 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_PRIO, bearer->priority)) in __tipc_nl_add_bearer() 816 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance)) in __tipc_nl_add_bearer() 818 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_WIN, bearer->max_win)) in __tipc_nl_add_bearer() 820 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) in __tipc_nl_add_bearer() 821 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer() 827 if (bearer->media->type_id == TIPC_MEDIA_TYPE_UDP) { in __tipc_nl_add_bearer() 828 if (tipc_udp_nl_add_bearer_data(msg, bearer)) in __tipc_nl_add_bearer() 852 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 | 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() 827 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 | 237 struct tipc_bearer *bearer; member 244 struct tipc_bearer *bearer; member 815 tx_ctx->bearer = b; in tipc_aead_encrypt() 841 struct tipc_bearer *b = tx_ctx->bearer; in tipc_aead_encrypt_done() 940 rx_ctx->bearer = b; in tipc_aead_decrypt() 965 struct tipc_bearer *b = rx_ctx->bearer; in tipc_aead_decrypt_done()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-22576.patch | 103 + char *oauth_bearer; /* OAUTH2 bearer, allocated */
|