Lines Matching refs:nw_off
1323 int len, nw_off; in bnxt_gro_func_5731x() local
1355 nw_off = inner_ip_off - ETH_HLEN; in bnxt_gro_func_5731x()
1356 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5731x()
1360 skb_set_transport_header(skb, nw_off + sizeof(struct ipv6hdr)); in bnxt_gro_func_5731x()
1367 skb_set_transport_header(skb, nw_off + sizeof(struct iphdr)); in bnxt_gro_func_5731x()
1390 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local
1396 nw_off = inner_ip_off - ETH_HLEN; in bnxt_gro_func_5750x()
1397 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5750x()
1400 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()
1421 int len, nw_off, tcp_opt_len = 0; in bnxt_gro_func_5730x() local
1429 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1431 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5730x()
1433 skb_set_transport_header(skb, nw_off + sizeof(struct iphdr)); in bnxt_gro_func_5730x()
1440 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1442 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5730x()
1444 skb_set_transport_header(skb, nw_off + sizeof(struct ipv6hdr)); in bnxt_gro_func_5730x()
1453 if (nw_off) /* tunnel */ in bnxt_gro_func_5730x()