Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Ds2io.h1132 u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp,
1138 struct sk_buff *skb, u32 tcp_len);
Ds2io.c7559 u32 tcp_len = 0; in rx_osm_handler() local
7565 &tcp_len, &lro, in rx_osm_handler()
7572 lro_append_pkt(sp, lro, skb, tcp_len); in rx_osm_handler()
7575 lro_append_pkt(sp, lro, skb, tcp_len); in rx_osm_handler()
8580 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session() argument
8598 *tcp_len = get_l4_pyld_length(ip, tcph); in s2io_club_tcp_session()
8620 *tcp_len)) in s2io_club_tcp_session()
8634 if (verify_l3_l4_lro_capable(NULL, ip, tcph, *tcp_len)) in s2io_club_tcp_session()
8656 initiate_new_session(*lro, buffer, ip, tcph, *tcp_len, in s2io_club_tcp_session()
8663 aggregate_new_rx(*lro, ip, tcph, *tcp_len); in s2io_club_tcp_session()
[all …]