Searched refs:_ah (Results 1 – 3 of 3) sorted by relevance
| /net/bridge/netfilter/ |
| A D | ebt_arpreply.c | 26 struct arphdr _ah; in ebt_arpreply_tg() local 30 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah); in ebt_arpreply_tg() 40 shp = skb_header_pointer(skb, sizeof(_ah), ETH_ALEN, &_sha); in ebt_arpreply_tg() 44 siptr = skb_header_pointer(skb, sizeof(_ah) + ETH_ALEN, in ebt_arpreply_tg() 50 sizeof(_ah) + 2 * ETH_ALEN + sizeof(_sip), in ebt_arpreply_tg()
|
| A D | ebt_snat.c | 32 struct arphdr _ah; in ebt_snat_tg() local 34 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah); in ebt_snat_tg() 39 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
|
| /net/ipv6/netfilter/ |
| A D | ip6t_ah.c | 38 struct ip_auth_hdr _ah; in ah_mt6() local 52 ah = skb_header_pointer(skb, ptr, sizeof(_ah), &_ah); in ah_mt6()
|
Completed in 8 milliseconds