Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
Dtcp_tlro.c114 tcp_tlro_info_save_timestamp(struct tlro_mbuf_data *pinfo) in tcp_tlro_info_save_timestamp()
134 tcp_tlro_info_restore_timestamp(struct tlro_mbuf_data *pinfoa, in tcp_tlro_info_restore_timestamp()
135 struct tlro_mbuf_data *pinfob) in tcp_tlro_info_restore_timestamp()
154 tcp_tlro_extract_header(struct tlro_mbuf_data *pinfo, struct mbuf *m, int seq) in tcp_tlro_extract_header()
346 struct tlro_mbuf_data *pinfoa = ppa->data; in tcp_tlro_compare_header()
347 struct tlro_mbuf_data *pinfob = ppb->data; in tcp_tlro_compare_header()
401 struct tlro_mbuf_data *pinfoa; in tcp_tlro_combine()
402 struct tlro_mbuf_data *pinfob; in tcp_tlro_combine()
630 (sizeof(struct tlro_mbuf_data) * max_mbufs); in tcp_tlro_init()
643 tlro->mbuf[x].data = ((struct tlro_mbuf_data *) in tcp_tlro_init()
[all …]
Dtcp_tlro.h37 struct tlro_mbuf_data { struct
64 struct tlro_mbuf_data *data; argument