tfclen 559 include/linux/mlx5/mlx5_ifc_fpga.h __be16 tfclen; tfclen 17 include/net/esp.h int tfclen; tfclen 212 net/ipv4/esp4.c static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) tfclen 215 net/ipv4/esp4.c if (tfclen) { tfclen 216 net/ipv4/esp4.c memset(tail, 0, tfclen); tfclen 217 net/ipv4/esp4.c tail += tfclen; tfclen 321 net/ipv4/esp4.c esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); tfclen 357 net/ipv4/esp4.c esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); tfclen 502 net/ipv4/esp4.c esp.tfclen = 0; tfclen 509 net/ipv4/esp4.c esp.tfclen = padto - skb->len; tfclen 512 net/ipv4/esp4.c esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); tfclen 513 net/ipv4/esp4.c esp.plen = esp.clen - skb->len - esp.tfclen; tfclen 514 net/ipv4/esp4.c esp.tailen = esp.tfclen + esp.plen + alen; tfclen 237 net/ipv4/esp4_offload.c esp.tfclen = 0; tfclen 241 net/ipv4/esp4_offload.c esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); tfclen 242 net/ipv4/esp4_offload.c esp.plen = esp.clen - skb->len - esp.tfclen; tfclen 243 net/ipv4/esp4_offload.c esp.tailen = esp.tfclen + esp.plen + alen; tfclen 210 net/ipv6/esp6.c static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) tfclen 213 net/ipv6/esp6.c if (tfclen) { tfclen 214 net/ipv6/esp6.c memset(tail, 0, tfclen); tfclen 215 net/ipv6/esp6.c tail += tfclen; tfclen 266 net/ipv6/esp6.c esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); tfclen 299 net/ipv6/esp6.c esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); tfclen 443 net/ipv6/esp6.c esp.tfclen = 0; tfclen 450 net/ipv6/esp6.c esp.tfclen = padto - skb->len; tfclen 453 net/ipv6/esp6.c esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); tfclen 454 net/ipv6/esp6.c esp.plen = esp.clen - skb->len - esp.tfclen; tfclen 455 net/ipv6/esp6.c esp.tailen = esp.tfclen + esp.plen + alen; tfclen 268 net/ipv6/esp6_offload.c esp.tfclen = 0; tfclen 272 net/ipv6/esp6_offload.c esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); tfclen 273 net/ipv6/esp6_offload.c esp.plen = esp.clen - skb->len - esp.tfclen; tfclen 274 net/ipv6/esp6_offload.c esp.tailen = esp.tfclen + esp.plen + alen;