Searched refs:dap (Results 1 – 1 of 1) sorted by relevance
40 const __be32 *sap, *dap; in ebt_arp_mt() local50 dap = skb_header_pointer(skb, sizeof(struct arphdr) + in ebt_arp_mt()53 if (dap == NULL) in ebt_arp_mt()61 info->daddr != (*dap & info->dmsk))) in ebt_arp_mt()64 NF_INVF(info, EBT_ARP_GRAT, *dap != *sap)) in ebt_arp_mt()
Completed in 3 milliseconds