Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c359 csk->lro_skb = NULL; in cxgbit_lro_flush()
391 if (csk->lro_skb) in cxgbit_lro_receive()
404 csk->lro_skb = skb; in cxgbit_lro_receive()
410 skb = csk->lro_skb; in cxgbit_lro_receive()
471 if (csk && csk->lro_skb && lro_flush) in cxgbit_uld_lro_rx_handler()
472 cxgbit_lro_flush(lro_mgr, csk->lro_skb); in cxgbit_uld_lro_rx_handler()
Dcxgbit.h204 struct sk_buff *lro_skb; member