Lines Matching refs:tcp_len
7393 u32 tcp_len = 0; in rx_osm_handler() local
7399 &tcp_len, &lro, in rx_osm_handler()
7406 lro_append_pkt(sp, lro, skb, tcp_len); in rx_osm_handler()
7409 lro_append_pkt(sp, lro, skb, tcp_len); in rx_osm_handler()
8363 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session() argument
8381 *tcp_len = get_l4_pyld_length(ip, tcph); in s2io_club_tcp_session()
8403 *tcp_len)) in s2io_club_tcp_session()
8417 if (verify_l3_l4_lro_capable(NULL, ip, tcph, *tcp_len)) in s2io_club_tcp_session()
8439 initiate_new_session(*lro, buffer, ip, tcph, *tcp_len, in s2io_club_tcp_session()
8446 aggregate_new_rx(*lro, ip, tcph, *tcp_len); in s2io_club_tcp_session()
8482 struct sk_buff *skb, u32 tcp_len) in lro_append_pkt() argument
8487 first->len += tcp_len; in lro_append_pkt()
8489 skb_pull(skb, (skb->len - tcp_len)); in lro_append_pkt()