Searched refs:tlro_ctrl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.h68 struct tlro_ctrl { struct
78 int tcp_tlro_init(struct tlro_ctrl *, struct ifnet *, int);
79 void tcp_tlro_free(struct tlro_ctrl *);
80 void tcp_tlro_flush(struct tlro_ctrl *, int);
81 void tcp_tlro_rx(struct tlro_ctrl *, struct mbuf *);
H A Dtcp_tlro.c376 tcp_tlro_sort(struct tlro_ctrl *tlro)
399 tcp_tlro_combine(struct tlro_ctrl *tlro, int force)
600 tcp_tlro_cleanup(struct tlro_ctrl *tlro)
608 tcp_tlro_flush(struct tlro_ctrl *tlro, int force)
619 tcp_tlro_init(struct tlro_ctrl *tlro, struct ifnet *ifp,
650 tcp_tlro_free(struct tlro_ctrl *tlro)
678 tcp_tlro_rx(struct tlro_ctrl *tlro, struct mbuf *m)
H A Den.h464 struct tlro_ctrl lro;

Completed in 113 milliseconds