| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_security_pdcp_sdap_test_vectors.h | 30 uint8_t bearer; member 62 .bearer = 0x3, 91 .bearer = 0x3, 120 .bearer = 0x3, 150 .bearer = 0x3, 179 .bearer = 0x3, 209 .bearer = 0x3, 238 .bearer = 0x3, 267 .bearer = 0x3, 317 .bearer = 0x16, [all …]
|
| H A D | test_cryptodev.c | 7757 uint8_t bearer, enum rte_security_pdcp_domain domain, in test_pdcp_proto() argument 7826 .bearer = bearer, in test_pdcp_proto() 8096 .bearer = pdcp_test_bearer[i], in test_pdcp_proto_SGL() 8392 cur_test->bearer, cur_test->param.domain, in test_PDCP_SDAP_PROTO_encap_all() 8434 cur_test->param.auth_key_len, cur_test->bearer, in test_PDCP_SDAP_PROTO_decap_all()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | traffic.c | 81 switch (bearer->bclass) { in uni_classify_traffic() 84 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic() 88 switch (bearer->atc) { in uni_classify_traffic() 96 bearer->atc); in uni_classify_traffic() 102 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic() 106 switch (bearer->atc) { in uni_classify_traffic() 126 bearer->atc); in uni_classify_traffic() 132 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic() 136 switch (bearer->atc) { in uni_classify_traffic() 174 bearer->atc); in uni_classify_traffic() [all …]
|
| H A D | uni_ie.h | 25 struct uni_ie_bearer bearer; member
|
| H A D | ie.def | 52 element bearer 0x5e itu 7
|
| H A D | uni_msg.h | 80 struct uni_ie_bearer bearer; member
|
| H A D | msg.def | 190 bearer
|
| H A D | uni_msg.c | 1084 if(msg->bearer.h.present & UNI_IE_PRESENT) in print_setup() 1085 uni_print_ie_internal(UNI_IE_BEARER, (union uni_ieall *)&msg->bearer, cx); in print_setup() 1166 ret |= uni_check_ie(UNI_IE_BEARER, (union uni_ieall *)&m->bearer, cx); in check_setup() 1260 if((p->bearer.h.present & UNI_IE_PRESENT) && in encode_setup() 1261 uni_encode_ie(UNI_IE_BEARER, msg, (union uni_ieall *)&p->bearer, cx)) in encode_setup() 1398 out->bearer.h = *hdr; in decode_setup() 1401 if(uni_decode_ie_body(UNI_IE_BEARER, (union uni_ieall *)&out->bearer, msg, ielen, cx)) in decode_setup()
|
| H A D | uni_ie.c | 4306 DEF_IE_PRINT(itu, bearer) in DEF_IE_PRINT() argument 4360 DEF_IE_CHECK(itu, bearer) in DEF_IE_CHECK() argument 4433 DEF_IE_ENCODE(itu, bearer) in DEF_IE_ENCODE() argument 4435 START_IE(bearer, UNI_IE_BEARER, 3); in DEF_IE_ENCODE() 4447 DEF_IE_DECODE(itu, bearer) in DEF_IE_DECODE() argument
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | sdap.h | 812 unsigned short bearer, in cnstr_shdsc_pdcp_sdap_u_plane() argument 930 pdb_type = cnstr_pdcp_u_plane_pdb(p, sn_size, hfn, bearer, direction, in cnstr_shdsc_pdcp_sdap_u_plane() 1006 unsigned short bearer, in cnstr_shdsc_pdcp_sdap_u_plane_encap() argument 1014 hfn, bearer, direction, hfn_threshold, cipherdata, in cnstr_shdsc_pdcp_sdap_u_plane_encap() 1051 unsigned short bearer, in cnstr_shdsc_pdcp_sdap_u_plane_decap() argument 1059 bearer, direction, hfn_threshold, cipherdata, authdata, in cnstr_shdsc_pdcp_sdap_u_plane_decap()
|
| H A D | pdcp.h | 2617 unsigned char bearer, in cnstr_pdcp_c_plane_pdb() argument 2702 (uint32_t)((bearer << in cnstr_pdcp_c_plane_pdb() 2719 ((bearer << PDCP_C_PLANE_PDB_BEARER_SHIFT) | in cnstr_pdcp_c_plane_pdb() 2745 uint32_t hfn, unsigned short bearer, in cnstr_pdcp_u_plane_pdb() argument 2889 unsigned char bearer, in cnstr_shdsc_pdcp_c_plane_encap() argument 2980 bearer, in cnstr_shdsc_pdcp_c_plane_encap() 3043 unsigned char bearer, in cnstr_shdsc_pdcp_c_plane_decap() argument 3134 bearer, in cnstr_shdsc_pdcp_c_plane_decap() 3250 unsigned short bearer, in cnstr_shdsc_pdcp_u_plane_encap() argument 3311 bearer, direction, hfn_threshold, in cnstr_shdsc_pdcp_u_plane_encap() [all …]
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 264 int8_t bearer; /**< PDCP bearer ID */ member
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_conn.c | 834 if (IE_ISGOOD(conn->bearer) && in cc_conn_sig_handle() 835 conn->bearer.cfg == UNI_BEARER_MP) { in cc_conn_sig_handle() 856 setup->setup.bearer = conn->bearer; in cc_conn_sig_handle() 1318 conn->bearer = ind->setup.bearer; in cc_conn_sig_handle()
|
| H A D | cc_user.c | 442 memcpy(ptr, &conn->bearer, len); in cc_attr_query() 704 memcpy(&conn->bearer, ptr, len); in cc_attr_set() 990 if (conn->bearer.cfg == UNI_BEARER_P2P) { in cc_user_active() 1434 if (conn->bearer.cfg == UNI_BEARER_P2P) { in cc_user_sig_handle()
|
| H A D | ccpriv.h | 240 struct uni_ie_bearer bearer; member
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 148 if(IE_ISGOOD(src->bearer)) in copy_msg_setup() 149 dst->bearer = src->bearer; in copy_msg_setup()
|
| H A D | sig_call.c | 381 MANDATE_IE(c->uni, u->u.setup.bearer, UNI_IE_BEARER); in un0_setup() 396 if (IE_ISGOOD(u->u.setup.bearer) && in un0_setup() 397 u->u.setup.bearer.cfg == UNI_BEARER_MP) { in un0_setup() 439 if (u->u.setup.bearer.cfg == UNI_BEARER_P2P) { in un0_setup() 478 if (!IE_ISGOOD(setup->bearer)) { in un0_setup_request() 496 if (setup->bearer.cfg == UNI_BEARER_P2P) { in un0_setup_request() 572 if (c->msg_setup.bearer.cfg == UNI_BEARER_MP && in u1n6_call_proc() 757 if (c->msg_setup.bearer.cfg == UNI_BEARER_MP && in unx_alerting() 1060 if (c->msg_setup.bearer.cfg == UNI_BEARER_MP) { in unx_connect()
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 281 ses->pdcp.bearer, in dpaa_sec_prep_pdcp_cdb() 291 ses->pdcp.bearer, in dpaa_sec_prep_pdcp_cdb() 304 ses->pdcp.bearer, in dpaa_sec_prep_pdcp_cdb() 314 ses->pdcp.bearer, in dpaa_sec_prep_pdcp_cdb() 325 ses->pdcp.bearer, in dpaa_sec_prep_pdcp_cdb() 335 ses->pdcp.bearer, in dpaa_sec_prep_pdcp_cdb() 2972 session->pdcp.bearer = pdcp_xform->bearer; in dpaa_sec_set_pdcp_session()
|
| H A D | dpaa_sec.h | 108 int8_t bearer; /*!< PDCP bearer ID */ member
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_priv.h | 150 int8_t bearer; /*!< PDCP bearer ID */ member
|
| H A D | dpaa2_sec_dpseci.c | 3150 session->pdcp.bearer = pdcp_xform->bearer; in dpaa2_sec_set_pdcp_session() 3248 pdcp_xform->bearer, in dpaa2_sec_set_pdcp_session() 3258 pdcp_xform->bearer, in dpaa2_sec_set_pdcp_session() 3270 pdcp_xform->bearer, in dpaa2_sec_set_pdcp_session() 3279 pdcp_xform->bearer, in dpaa2_sec_set_pdcp_session() 3289 pdcp_xform->bearer, in dpaa2_sec_set_pdcp_session() 3298 pdcp_xform->bearer, in dpaa2_sec_set_pdcp_session()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 607 .bearer = 0x16, in cperf_create_session()
|