Lines Matching refs:tcphdr
4053 struct tcphdr *th; in s2io_xmit()
4057 th = (struct tcphdr *)(((unsigned char *)ip) + in s2io_xmit()
8230 struct tcphdr **tcp, struct RxD_t *rxdp, in check_L2_lro_capable()
8261 *tcp = (struct tcphdr *)((unsigned long)*ip + ip_len); in check_L2_lro_capable()
8267 struct tcphdr *tcp) in check_for_socket_match()
8278 static inline int get_l4_pyld_length(struct iphdr *ip, struct tcphdr *tcp) in get_l4_pyld_length()
8284 struct iphdr *ip, struct tcphdr *tcp, in initiate_new_session()
8314 struct tcphdr *tcp = lro->tcph; in update_L3L4_header()
8341 struct tcphdr *tcp, u32 l4_pyld) in aggregate_new_rx()
8363 struct tcphdr *tcp, u32 tcp_pyld_len) in verify_l3_l4_lro_capable()
8425 struct tcphdr *tcph; in s2io_club_tcp_session()
8430 ret = check_L2_lro_capable(buffer, &ip, (struct tcphdr **)tcp, in s2io_club_tcp_session()
8438 tcph = (struct tcphdr *)*tcp; in s2io_club_tcp_session()