Lines Matching refs:tcphdr
4053 struct tcphdr *th; in s2io_xmit()
4057 th = (struct tcphdr *)(((unsigned char *)ip) + in s2io_xmit()
8254 struct tcphdr **tcp, struct RxD_t *rxdp, in check_L2_lro_capable()
8285 *tcp = (struct tcphdr *)((unsigned long)*ip + ip_len); in check_L2_lro_capable()
8291 struct tcphdr *tcp) in check_for_socket_match()
8302 static inline int get_l4_pyld_length(struct iphdr *ip, struct tcphdr *tcp) in get_l4_pyld_length()
8308 struct iphdr *ip, struct tcphdr *tcp, in initiate_new_session()
8338 struct tcphdr *tcp = lro->tcph; in update_L3L4_header()
8365 struct tcphdr *tcp, u32 l4_pyld) in aggregate_new_rx()
8387 struct tcphdr *tcp, u32 tcp_pyld_len) in verify_l3_l4_lro_capable()
8449 struct tcphdr *tcph; in s2io_club_tcp_session()
8454 ret = check_L2_lro_capable(buffer, &ip, (struct tcphdr **)tcp, in s2io_club_tcp_session()
8462 tcph = (struct tcphdr *)*tcp; in s2io_club_tcp_session()