Searched refs:ip_auth_hdr (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/include/net/
H A Dah.h15 struct ip_auth_hdr;
17 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) ip_auth_hdr() function
19 return (struct ip_auth_hdr *)skb_transport_header(skb); ip_auth_hdr()
/linux-4.4.14/net/ipv4/
H A Dah4.c126 struct ip_auth_hdr *ah = ip_auth_hdr(skb); ah_output_done()
156 struct ip_auth_hdr *ah; ah_output()
171 ah = ip_auth_hdr(skb); ah_output()
269 struct ip_auth_hdr *ah = ip_auth_hdr(skb); ah_input_done()
309 struct ip_auth_hdr *ah; ah_input()
320 ah = (struct ip_auth_hdr *)skb->data; ah_input()
352 ah = (struct ip_auth_hdr *)skb->data; ah_input()
437 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+(iph->ihl<<2)); ah4_err()
511 x->props.header_len = XFRM_ALIGN4(sizeof(struct ip_auth_hdr) + ah_init_state()
514 x->props.header_len = XFRM_ALIGN8(sizeof(struct ip_auth_hdr) + ah_init_state()
H A Dip_vti.c252 struct ip_auth_hdr *ah ; vti4_err()
272 ah = (struct ip_auth_hdr *)(skb->data+(iph->ihl<<2)); vti4_err()
/linux-4.4.14/net/ipv4/netfilter/
H A Dipt_ah.c35 struct ip_auth_hdr _ahdr; ah_mt()
36 const struct ip_auth_hdr *ah; ah_mt()
H A Dnf_log_ipv4.c202 struct ip_auth_hdr _ahdr; dump_ipv4_packet()
203 const struct ip_auth_hdr *ah; dump_ipv4_packet()
/linux-4.4.14/net/ipv6/
H A Dah6.c306 struct ip_auth_hdr *ah = ip_auth_hdr(skb); ah6_output_done()
345 struct ip_auth_hdr *ah; ah6_output()
383 ah = ip_auth_hdr(skb); ah6_output()
473 struct ip_auth_hdr *ah = ip_auth_hdr(skb); ah6_input_done()
525 struct ip_auth_hdr *ah; ah6_input()
538 if (!pskb_may_pull(skb, sizeof(struct ip_auth_hdr))) ah6_input()
549 ah = (struct ip_auth_hdr *)skb->data; ah6_input()
568 ah = (struct ip_auth_hdr *)skb->data; ah6_input()
653 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+offset); ah6_err()
718 x->props.header_len = XFRM_ALIGN8(sizeof(struct ip_auth_hdr) + ah6_init_state()
H A Dip6_vti.c561 struct ip_auth_hdr *ah; vti6_err()
579 ah = (struct ip_auth_hdr *)(skb->data + offset); vti6_err()
/linux-4.4.14/net/ipv6/netfilter/
H A Dip6t_ah.c41 struct ip_auth_hdr _ah; ah_mt6()
42 const struct ip_auth_hdr *ah; ah_mt6()
H A Dnf_log_ipv6.c133 struct ip_auth_hdr _ahdr; dump_ipv6_packet()
134 const struct ip_auth_hdr *ah; dump_ipv6_packet()
/linux-4.4.14/net/xfrm/
H A Dxfrm_input.c135 hlen = sizeof(struct ip_auth_hdr); xfrm_parse_spi()
136 offset = offsetof(struct ip_auth_hdr, spi); xfrm_parse_spi()
137 offset_seq = offsetof(struct ip_auth_hdr, seq_no); xfrm_parse_spi()
/linux-4.4.14/include/uapi/linux/
H A Dip.h108 struct ip_auth_hdr { struct
/linux-4.4.14/net/core/
H A Dskbuff.c3952 struct ip_auth_hdr *hp; skb_checksum_setup_ipv6()
3956 sizeof(struct ip_auth_hdr), skb_checksum_setup_ipv6()
3961 hp = OPT_HDR(struct ip_auth_hdr, skb, off); skb_checksum_setup_ipv6()

Completed in 279 milliseconds