Searched refs:ip_auth_hdr (Results 1 – 12 of 12) sorted by relevance
15 struct ip_auth_hdr;17 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) in ip_auth_hdr() function19 return (struct ip_auth_hdr *)skb_transport_header(skb); in ip_auth_hdr()
126 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah_output_done()156 struct ip_auth_hdr *ah; in ah_output()171 ah = ip_auth_hdr(skb); in ah_output()269 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah_input_done()309 struct ip_auth_hdr *ah; in ah_input()320 ah = (struct ip_auth_hdr *)skb->data; in ah_input()352 ah = (struct ip_auth_hdr *)skb->data; in ah_input()437 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+(iph->ihl<<2)); in ah4_err()511 x->props.header_len = XFRM_ALIGN4(sizeof(struct ip_auth_hdr) + in ah_init_state()514 x->props.header_len = XFRM_ALIGN8(sizeof(struct ip_auth_hdr) + in ah_init_state()
252 struct ip_auth_hdr *ah ; in vti4_err()272 ah = (struct ip_auth_hdr *)(skb->data+(iph->ihl<<2)); in vti4_err()
306 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah6_output_done()345 struct ip_auth_hdr *ah; in ah6_output()383 ah = ip_auth_hdr(skb); in ah6_output()473 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah6_input_done()525 struct ip_auth_hdr *ah; in ah6_input()538 if (!pskb_may_pull(skb, sizeof(struct ip_auth_hdr))) in ah6_input()549 ah = (struct ip_auth_hdr *)skb->data; in ah6_input()568 ah = (struct ip_auth_hdr *)skb->data; in ah6_input()653 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+offset); in ah6_err()718 x->props.header_len = XFRM_ALIGN8(sizeof(struct ip_auth_hdr) + in ah6_init_state()
561 struct ip_auth_hdr *ah; in vti6_err()579 ah = (struct ip_auth_hdr *)(skb->data + offset); in vti6_err()
35 struct ip_auth_hdr _ahdr; in ah_mt()36 const struct ip_auth_hdr *ah; in ah_mt()
202 struct ip_auth_hdr _ahdr; in dump_ipv4_packet()203 const struct ip_auth_hdr *ah; in dump_ipv4_packet()
41 struct ip_auth_hdr _ah; in ah_mt6()42 const struct ip_auth_hdr *ah; in ah_mt6()
133 struct ip_auth_hdr _ahdr; in dump_ipv6_packet()134 const struct ip_auth_hdr *ah; in dump_ipv6_packet()
135 hlen = sizeof(struct ip_auth_hdr); in xfrm_parse_spi()136 offset = offsetof(struct ip_auth_hdr, spi); in xfrm_parse_spi()137 offset_seq = offsetof(struct ip_auth_hdr, seq_no); in xfrm_parse_spi()
108 struct ip_auth_hdr { struct
3952 struct ip_auth_hdr *hp; in skb_checksum_setup_ipv6()3956 sizeof(struct ip_auth_hdr), in skb_checksum_setup_ipv6()3961 hp = OPT_HDR(struct ip_auth_hdr, skb, off); in skb_checksum_setup_ipv6()