Searched refs:is_ctrl_pkt (Results 1 – 2 of 2) sorted by relevance
1753 static inline int is_ctrl_pkt(const struct sk_buff *skb) in is_ctrl_pkt() function1772 if (unlikely(is_ctrl_pkt(skb))) in t3_offload_tx()
1765 static inline unsigned int is_ctrl_pkt(const struct sk_buff *skb) in is_ctrl_pkt() function1774 if (unlikely(is_ctrl_pkt(skb))) { in ofld_send()