nh_ofs           1282 net/openvswitch/conntrack.c 	int nh_ofs;
nh_ofs           1286 net/openvswitch/conntrack.c 	nh_ofs = skb_network_offset(skb);
nh_ofs           1287 net/openvswitch/conntrack.c 	skb_pull_rcsum(skb, nh_ofs);
nh_ofs           1304 net/openvswitch/conntrack.c 	skb_push(skb, nh_ofs);
nh_ofs           1305 net/openvswitch/conntrack.c 	skb_postpush_rcsum(skb, skb->data, nh_ofs);
nh_ofs            191 net/openvswitch/flow.c 	unsigned int nh_ofs = skb_network_offset(skb);
nh_ofs            195 net/openvswitch/flow.c 	err = check_header(skb, nh_ofs + sizeof(struct iphdr));
nh_ofs            201 net/openvswitch/flow.c 		     skb->len < nh_ofs + ip_len))
nh_ofs            204 net/openvswitch/flow.c 	skb_set_transport_header(skb, nh_ofs + ip_len);
nh_ofs            246 net/openvswitch/flow.c 	unsigned int nh_ofs = skb_network_offset(skb);
nh_ofs            251 net/openvswitch/flow.c 	err = check_header(skb, nh_ofs + sizeof(*nh));
nh_ofs            283 net/openvswitch/flow.c 	nh_len = payload_ofs - nh_ofs;
nh_ofs            284 net/openvswitch/flow.c 	skb_set_transport_header(skb, nh_ofs + nh_len);
nh_ofs            482 net/openvswitch/flow.c 	unsigned int nh_ofs = skb_network_offset(skb);
nh_ofs            486 net/openvswitch/flow.c 	err = check_header(skb, nh_ofs + NSH_BASE_HDR_LEN);
nh_ofs            497 net/openvswitch/flow.c 	err = check_header(skb, nh_ofs + length);
nh_ofs            388 net/sched/act_ct.c 	int nh_ofs, err, retval;
nh_ofs            418 net/sched/act_ct.c 	nh_ofs = skb_network_offset(skb);
nh_ofs            419 net/sched/act_ct.c 	skb_pull_rcsum(skb, nh_ofs);
nh_ofs            476 net/sched/act_ct.c 	skb_push_rcsum(skb, nh_ofs);