Searched refs:siptr (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/bridge/netfilter/
H A Debt_arpreply.c22 const __be32 *siptr, *diptr; ebt_arpreply_tg() local
43 siptr = skb_header_pointer(skb, sizeof(_ah) + ETH_ALEN, ebt_arpreply_tg()
45 if (siptr == NULL) ebt_arpreply_tg()
54 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, (struct net_device *)par->in, ebt_arpreply_tg()
/linux-4.4.14/include/uapi/asm-generic/
H A Dsiginfo.h174 #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)
175 #define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0)

Completed in 139 milliseconds