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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c1355 * is_ctrl_pkt - return whether an offload packet is a control packet
1361 static inline unsigned int is_ctrl_pkt(const struct sk_buff *skb) function
1370 if (unlikely(is_ctrl_pkt(skb)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c1744 * is_ctrl_pkt - return whether an offload packet is a control packet
1750 static inline int is_ctrl_pkt(const struct sk_buff *skb) function
1769 if (unlikely(is_ctrl_pkt(skb)))

Completed in 116 milliseconds