Searched refs:siptr (Results 1 – 2 of 2) sorted by relevance
22 const __be32 *siptr, *diptr; in ebt_arpreply_tg() local43 siptr = skb_header_pointer(skb, sizeof(_ah) + ETH_ALEN, in ebt_arpreply_tg()45 if (siptr == NULL) in ebt_arpreply_tg()54 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, (struct net_device *)par->in, in ebt_arpreply_tg()
155 #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0) argument156 #define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0) argument