Searched refs:reformatbf (Results 1 – 2 of 2) sorted by relevance
455 char *reformatbf, in macsec_fs_tx_create_sectag_header() argument487 memcpy(reformatbf, §ag, *reformat_size); in macsec_fs_tx_create_sectag_header()519 char reformatbf[MLX5_MACSEC_TAG_LEN + MACSEC_SCI_LEN]; in macsec_fs_tx_add_rule() local553 macsec_fs_tx_create_sectag_header(macsec_ctx, reformatbf, &reformat_size); in macsec_fs_tx_add_rule()557 reformat_params.data = reformatbf; in macsec_fs_tx_add_rule()
570 u8 reformatbf[16] = {}; in setup_pkt_reformat() local588 memcpy(reformatbf, &spi, 4); in setup_pkt_reformat()591 reformat_params.size = sizeof(reformatbf); in setup_pkt_reformat()592 reformat_params.data = &reformatbf; in setup_pkt_reformat()
Completed in 7 milliseconds