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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpnet.c54 * (tailout_ignore).
66 u8 tailout_ignore; /* #of bytes to ignore at the end */ member in struct:xpnet_message
195 msg->leadin_ignore, msg->tailout_ignore);
224 skb_put(skb, (msg->size - msg->leadin_ignore - msg->tailout_ignore));
576 msg->tailout_ignore = end_addr - (u64)skb_tail_pointer(skb);
581 "msg->tailout_ignore=%u\n", dest_partid,
583 msg->leadin_ignore, msg->tailout_ignore);

Completed in 100 milliseconds