Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Desp4.c445 int esph_offset; in esp_output_head() local
514 esph_offset = (unsigned char *)esp->esph - skb_transport_header(skb); in esp_output_head()
520 esp->esph = (struct ip_esp_hdr *)(skb_transport_header(skb) + esph_offset); in esp_output_head()
/openbmc/linux/net/ipv6/
H A Desp6.c481 int esph_offset; in esp6_output_head() local
551 esph_offset = (unsigned char *)esp->esph - skb_transport_header(skb); in esp6_output_head()
557 esp->esph = (struct ip_esp_hdr *)(skb_transport_header(skb) + esph_offset); in esp6_output_head()