Home
last modified time | relevance | path

Searched refs:lro_ctrl (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_lro.h103 struct lro_ctrl { struct
124 int tcp_lro_init(struct lro_ctrl *); argument
125 int tcp_lro_init_args(struct lro_ctrl *, struct ifnet *, unsigned, unsigned);
126 void tcp_lro_free(struct lro_ctrl *);
127 void tcp_lro_flush_inactive(struct lro_ctrl *, const struct timeval *);
128 void tcp_lro_flush(struct lro_ctrl *, struct lro_entry *);
129 void tcp_lro_flush_all(struct lro_ctrl *);
130 int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t);
131 void tcp_lro_queue_mbuf(struct lro_ctrl *, struct mbuf *);
H A Dtcp_lro.c80 static void tcp_lro_rx_done(struct lro_ctrl *lc);
81 static int tcp_lro_rx2(struct lro_ctrl *lc, struct mbuf *m,
146 tcp_lro_init(struct lro_ctrl *lc) in tcp_lro_init()
152 tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp, in tcp_lro_init_args()
237 tcp_lro_free(struct lro_ctrl *lc) in tcp_lro_free()
350 tcp_lro_rx_done(struct lro_ctrl *lc) in tcp_lro_rx_done()
438 tcp_lro_log(struct tcpcb *tp, struct lro_ctrl *lc, in tcp_lro_log()
867 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) in tcp_lro_flush()
1081 tcp_lro_flush_all(struct lro_ctrl *lc) in tcp_lro_flush_all()
1405 tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum) in tcp_lro_rx()
[all …]
/f-stack/freebsd/net/
H A Diflib.c438 struct lro_ctrl ifr_lc;
2816 iflib_get_ip_forwarding(struct lro_ctrl *lc, bool *v4, bool *v6) in iflib_get_ip_forwarding()
2854 iflib_get_ip_forwarding(struct lro_ctrl *lc __unused, bool *v4 __unused, bool *v6 __unused) in iflib_get_ip_forwarding()