Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c1755 char *reformatbf; in setup_pkt_tunnel_reformat() local
1776 reformatbf = kzalloc(bfflen, GFP_KERNEL); in setup_pkt_tunnel_reformat()
1777 if (!reformatbf) in setup_pkt_tunnel_reformat()
1780 eth_hdr = (struct ethhdr *)reformatbf; in setup_pkt_tunnel_reformat()
1803 hdr = reformatbf + sizeof(*eth_hdr); in setup_pkt_tunnel_reformat()
1836 reformat_params->data = reformatbf; in setup_pkt_tunnel_reformat()
1840 kfree(reformatbf); in setup_pkt_tunnel_reformat()
1873 char *reformatbf; in setup_pkt_transport_reformat() local
1890 reformatbf = kzalloc(bfflen, GFP_KERNEL); in setup_pkt_transport_reformat()
1891 if (!reformatbf) in setup_pkt_transport_reformat()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c607 char *reformatbf, in macsec_fs_tx_create_sectag_header() argument
639 memcpy(reformatbf, &sectag, *reformat_size); in macsec_fs_tx_create_sectag_header()
800 char reformatbf[MLX5_MACSEC_TAG_LEN + MACSEC_SCI_LEN]; in macsec_fs_tx_add_rule() local
833 macsec_fs_tx_create_sectag_header(macsec_ctx, reformatbf, &reformat_size); in macsec_fs_tx_add_rule()
837 reformat_params.data = reformatbf; in macsec_fs_tx_add_rule()