| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_puda.h | 73 u8 maclen; member 91 u8 maclen; /* mac length in bytes */ member
|
| H A D | i40iw_utils.c | 1402 iph = (struct iphdr *)(addr + buf->maclen); in i40iw_ieq_update_tcpip_info() 1403 tcph = (struct tcphdr *)(addr + buf->maclen + iphlen); in i40iw_ieq_update_tcpip_info() 1430 buf->maclen = (info->vlan_valid) ? 18 : 14; in i40iw_puda_get_tcpip_info() 1433 buf->iph = mem + buf->maclen; in i40iw_puda_get_tcpip_info() 1446 buf->totallen = pkt_len + buf->maclen; in i40iw_puda_get_tcpip_info() 1457 buf->hdrlen = buf->maclen + iphlen + buf->tcphlen; in i40iw_puda_get_tcpip_info()
|
| H A D | i40iw_puda.c | 396 header[0] = LS_64((info->maclen >> 1), I40IW_UDA_QPSQ_MACLEN) | in i40iw_puda_send() 455 info.maclen = buf->maclen; in i40iw_puda_send_buf() 1040 txbuf->maclen = buf->maclen; in i40iw_ieq_setup_tx_buf()
|
| H A D | i40iw_cm.c | 419 sqbuf->maclen = eth_hlen; in i40iw_form_cm_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 998 u32 ctrl, iplen, maclen; in chcr_ktls_write_tcp_options() local 1011 maclen = skb_mac_header_len(skb); in chcr_ktls_write_tcp_options() 1055 ip = (struct iphdr *)(buf + maclen); in chcr_ktls_write_tcp_options() 1056 ip->tot_len = htons(pktlen - maclen); in chcr_ktls_write_tcp_options() 1059 ip6 = (struct ipv6hdr *)(buf + maclen); in chcr_ktls_write_tcp_options() 1060 ip6->payload_len = htons(pktlen - maclen - iplen); in chcr_ktls_write_tcp_options() 1064 cntrl1 |= T6_TXPKT_ETHHDR_LEN_V(maclen - ETH_HLEN) | in chcr_ktls_write_tcp_options() 1075 tcp = (struct tcphdr *)(buf + maclen + iplen); in chcr_ktls_write_tcp_options() 1575 u32 ctrl, iplen, maclen, wr_mid = 0, len16; in chcr_ktls_tunnel_pkt() local 1616 maclen = skb_mac_header_len(skb); in chcr_ktls_tunnel_pkt() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | ssl.h | 1350 size_t maclen); 1919 size_t maclen, 1951 size_t maclen,
|
| H A D | ssl_internal.h | 631 size_t maclen; /*!< MAC(CBC) len */ member 688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | ssl.h | 1350 size_t maclen); 1919 size_t maclen, 1951 size_t maclen,
|
| H A D | ssl_internal.h | 631 size_t maclen; /*!< MAC(CBC) len */ member 688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | ssl.h | 1350 size_t maclen); 1919 size_t maclen, 1951 size_t maclen,
|
| H A D | ssl_internal.h | 631 size_t maclen; /*!< MAC(CBC) len */ member 688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | ssl.h | 1350 size_t maclen); 1919 size_t maclen, 1951 size_t maclen,
|
| H A D | ssl_internal.h | 631 size_t maclen; /*!< MAC(CBC) len */ member 688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.c | 1227 int maclen, datalen; in vnet_handle_offloads() local 1266 maclen = skb_network_header(skb) - skb_mac_header(skb); in vnet_handle_offloads() 1267 skb_pull(skb, maclen); in vnet_handle_offloads() 1281 skb_push(skb, maclen); in vnet_handle_offloads() 1296 skb_push(curr, maclen); in vnet_handle_offloads() 1299 maclen); in vnet_handle_offloads()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | pkcs12.h | 235 unsigned char *mac, unsigned int *maclen);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 921 #define GEN_SEC_AEAD_SETKEY_FUNC(name, aalg, calg, maclen, cmode) \ argument 925 return sec_aead_setkey(tfm, key, keylen, aalg, calg, maclen, cmode);\
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 2256 unsigned int maclen = skb_network_offset(skb); in tpacket_rcv() local 2258 (maclen < 16 ? 16 : maclen)) + in tpacket_rcv() 2264 macoff = netoff - maclen; in tpacket_rcv()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 5866 unsigned int maclen = skb->dev->hard_header_len; in gro_list_prepare() local 5888 if (maclen == ETH_HLEN) in gro_list_prepare() 5894 maclen); in gro_list_prepare()
|