Searched refs:esp_output_fill_trailer (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | esp6.c | 221 static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() function 277 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head() 310 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
|
/Linux-v4.19/net/ipv4/ |
D | esp4.c | 210 static void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() function 309 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head() 345 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
|