Searched refs:ip_esp_hdr (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/include/net/
H A Desp.h6 struct ip_esp_hdr;
8 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb) ip_esp_hdr() function
10 return (struct ip_esp_hdr *)skb_transport_header(skb); ip_esp_hdr()
/linux-4.4.14/net/netfilter/
H A Dxt_esp.c41 const struct ip_esp_hdr *eh; esp_mt()
42 struct ip_esp_hdr _esp; esp_mt()
/linux-4.4.14/net/ipv6/
H A Desp6.c128 struct ip_esp_hdr *esph = (void *)(skb->data + offset); esp_restore_header()
152 struct ip_esp_hdr *esph; esp6_output()
230 esph = ip_esp_hdr(skb); esp6_output()
292 int hlen = sizeof(struct ip_esp_hdr) + crypto_aead_ivsize(aead); esp_input_done2()
356 struct ip_esp_hdr *esph; esp6_input()
409 esph = (struct ip_esp_hdr *)skb->data; esp6_input()
464 struct ip_esp_hdr *esph = (struct ip_esp_hdr *)(skb->data + offset); esp6_err()
640 x->props.header_len = sizeof(struct ip_esp_hdr) + esp6_init_state()
H A Dip6_vti.c560 struct ip_esp_hdr *esph; vti6_err()
575 esph = (struct ip_esp_hdr *)(skb->data + offset); vti6_err()
/linux-4.4.14/net/ipv4/
H A Desp4.c100 struct ip_esp_hdr *esph = (void *)(skb->data + offset); esp_restore_header()
124 struct ip_esp_hdr *esph; esp_output()
203 esph = ip_esp_hdr(skb); esp_output()
229 esph = (struct ip_esp_hdr *)(uh + 1); esp_output()
234 esph = (struct ip_esp_hdr *)(udpdata32 + 2); esp_output()
301 int hlen = sizeof(struct ip_esp_hdr) + crypto_aead_ivsize(aead); esp_input_done2()
407 struct ip_esp_hdr *esph; esp_input()
455 esph = (struct ip_esp_hdr *)skb->data; esp_input()
516 struct ip_esp_hdr *esph = (struct ip_esp_hdr *)(skb->data+(iph->ihl<<2)); esp4_err()
695 x->props.header_len = sizeof(struct ip_esp_hdr) + esp_init_state()
H A Dxfrm4_input.c101 } else if (len > sizeof(struct ip_esp_hdr) && udpdata32[0] != 0) { xfrm4_udp_encap_rcv()
112 } else if (len > 2 * sizeof(u32) + sizeof(struct ip_esp_hdr) && xfrm4_udp_encap_rcv()
H A Dip_vti.c251 struct ip_esp_hdr *esph; vti4_err()
268 esph = (struct ip_esp_hdr *)(skb->data+(iph->ihl<<2)); vti4_err()
/linux-4.4.14/net/xfrm/
H A Dxfrm_input.c140 hlen = sizeof(struct ip_esp_hdr); xfrm_parse_spi()
141 offset = offsetof(struct ip_esp_hdr, spi); xfrm_parse_spi()
142 offset_seq = offsetof(struct ip_esp_hdr, seq_no); xfrm_parse_spi()
/linux-4.4.14/include/uapi/linux/
H A Dip.h117 struct ip_esp_hdr { struct
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_log_ipv4.c225 struct ip_esp_hdr _esph; dump_ipv4_packet()
226 const struct ip_esp_hdr *eh; dump_ipv4_packet()
/linux-4.4.14/net/ipv6/netfilter/
H A Dnf_log_ipv6.c165 struct ip_esp_hdr _esph; dump_ipv6_packet()
166 const struct ip_esp_hdr *eh; dump_ipv6_packet()

Completed in 362 milliseconds