Searched refs:proto_hdr_len (Results 1 – 3 of 3) sorted by relevance
1605 u16 proto_hdr_len = 0; in atl1e_cal_tdp_req() local1615 proto_hdr_len = skb_tcp_all_headers(skb); in atl1e_cal_tdp_req()1616 if (proto_hdr_len < skb_headlen(skb)) { in atl1e_cal_tdp_req()1617 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
2389 unsigned int proto_hdr_len; in atl1_xmit_frame() local2406 proto_hdr_len = skb_tcp_all_headers(skb); in atl1_xmit_frame()2407 if (unlikely(proto_hdr_len > len)) in atl1_xmit_frame()2411 if (proto_hdr_len != len) in atl1_xmit_frame()2412 count += (len - proto_hdr_len + in atl1_xmit_frame()
2026 u16 proto_hdr_len = 0; in atl1c_cal_tpd_req() local2031 proto_hdr_len = skb_tcp_all_headers(skb); in atl1c_cal_tpd_req()2032 if (proto_hdr_len < skb_headlen(skb)) in atl1c_cal_tpd_req()