Home
last modified time | relevance | path

Searched refs:reformatbf (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c1125 char *reformatbf; in setup_pkt_tunnel_reformat() local
1146 reformatbf = kzalloc(bfflen, GFP_KERNEL); in setup_pkt_tunnel_reformat()
1147 if (!reformatbf) in setup_pkt_tunnel_reformat()
1150 eth_hdr = (struct ethhdr *)reformatbf; in setup_pkt_tunnel_reformat()
1173 hdr = reformatbf + sizeof(*eth_hdr); in setup_pkt_tunnel_reformat()
1206 reformat_params->data = reformatbf; in setup_pkt_tunnel_reformat()
1210 kfree(reformatbf); in setup_pkt_tunnel_reformat()
1243 char *reformatbf; in setup_pkt_transport_reformat() local
1260 reformatbf = kzalloc(bfflen, GFP_KERNEL); in setup_pkt_transport_reformat()
1261 if (!reformatbf) in setup_pkt_transport_reformat()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c611 char *reformatbf, in macsec_fs_tx_create_sectag_header() argument
643 memcpy(reformatbf, &sectag, *reformat_size); in macsec_fs_tx_create_sectag_header()
804 char reformatbf[MLX5_MACSEC_TAG_LEN + MACSEC_SCI_LEN]; in macsec_fs_tx_add_rule() local
837 macsec_fs_tx_create_sectag_header(macsec_ctx, reformatbf, &reformat_size); in macsec_fs_tx_add_rule()
841 reformat_params.data = reformatbf; in macsec_fs_tx_add_rule()