Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c1726 char *reformatbf; in setup_pkt_tunnel_reformat() local
1748 if (!reformatbf) in setup_pkt_tunnel_reformat()
1751 eth_hdr = (struct ethhdr *)reformatbf; in setup_pkt_tunnel_reformat()
1774 hdr = reformatbf + sizeof(*eth_hdr); in setup_pkt_tunnel_reformat()
1807 reformat_params->data = reformatbf; in setup_pkt_tunnel_reformat()
1811 kfree(reformatbf); in setup_pkt_tunnel_reformat()
1844 char *reformatbf; in setup_pkt_transport_reformat() local
1862 if (!reformatbf) in setup_pkt_transport_reformat()
1865 hdr = reformatbf; in setup_pkt_transport_reformat()
1867 udphdr = (struct udphdr *)reformatbf; in setup_pkt_transport_reformat()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A 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()