Home
last modified time | relevance | path

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

/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c352 csk->lro_skb = NULL; in cxgbit_lro_flush()
384 if (csk->lro_skb) in cxgbit_lro_receive()
397 csk->lro_skb = skb; in cxgbit_lro_receive()
403 skb = csk->lro_skb; in cxgbit_lro_receive()
464 if (csk && csk->lro_skb && lro_flush) in cxgbit_uld_lro_rx_handler()
465 cxgbit_lro_flush(lro_mgr, csk->lro_skb); in cxgbit_uld_lro_rx_handler()
Dcxgbit.h204 struct sk_buff *lro_skb; member