Home
last modified time | relevance | path

Searched refs:lro_skb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A 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()
H A Dcxgbit.h204 struct sk_buff *lro_skb; member
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A 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()
H A Dcxgbit.h204 struct sk_buff *lro_skb; member

Completed in 4 milliseconds