Searched refs:is_ctrl_pkt (Results 1 – 2 of 2) sorted by relevance
1819 static inline int is_ctrl_pkt(const struct sk_buff *skb) in is_ctrl_pkt() function1838 if (unlikely(is_ctrl_pkt(skb))) in t3_offload_tx()
3125 static inline unsigned int is_ctrl_pkt(const struct sk_buff *skb) in is_ctrl_pkt() function3137 if (unlikely(is_ctrl_pkt(skb))) { in uld_send()