Home
last modified time | relevance | path

Searched refs:lro_skb (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c354 csk->lro_skb = NULL; in cxgbit_lro_flush()
386 if (csk->lro_skb) in cxgbit_lro_receive()
399 csk->lro_skb = skb; in cxgbit_lro_receive()
405 skb = csk->lro_skb; in cxgbit_lro_receive()
466 if (csk && csk->lro_skb && lro_flush) in cxgbit_uld_lro_rx_handler()
467 cxgbit_lro_flush(lro_mgr, csk->lro_skb); in cxgbit_uld_lro_rx_handler()
Dcxgbit.h207 struct sk_buff *lro_skb; member