Lines Matching refs:nw_off
1324 int len, nw_off; in bnxt_gro_func_5731x() local
1356 nw_off = inner_ip_off - ETH_HLEN; in bnxt_gro_func_5731x()
1357 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5731x()
1361 skb_set_transport_header(skb, nw_off + sizeof(struct ipv6hdr)); in bnxt_gro_func_5731x()
1368 skb_set_transport_header(skb, nw_off + sizeof(struct iphdr)); in bnxt_gro_func_5731x()
1391 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local
1397 nw_off = inner_ip_off - ETH_HLEN; in bnxt_gro_func_5750x()
1398 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5750x()
1401 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()
1422 int len, nw_off, tcp_opt_len = 0; in bnxt_gro_func_5730x() local
1430 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1432 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5730x()
1434 skb_set_transport_header(skb, nw_off + sizeof(struct iphdr)); in bnxt_gro_func_5730x()
1441 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1443 skb_set_network_header(skb, nw_off); in bnxt_gro_func_5730x()
1445 skb_set_transport_header(skb, nw_off + sizeof(struct ipv6hdr)); in bnxt_gro_func_5730x()
1454 if (nw_off) /* tunnel */ in bnxt_gro_func_5730x()