Searched refs:reformatbf (Results 1 – 2 of 2) sorted by relevance
1125 char *reformatbf; in setup_pkt_tunnel_reformat() local1146 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() local1260 reformatbf = kzalloc(bfflen, GFP_KERNEL); in setup_pkt_transport_reformat()1261 if (!reformatbf) in setup_pkt_transport_reformat()[all …]
611 char *reformatbf, in macsec_fs_tx_create_sectag_header() argument643 memcpy(reformatbf, §ag, *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() local837 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()