Searched refs:nh_ofs (Results 1 – 2 of 2) sorted by relevance
199 unsigned int nh_ofs = skb_network_offset(skb); in check_iphdr() local203 err = check_header(skb, nh_ofs + sizeof(struct iphdr)); in check_iphdr()209 skb->len < nh_ofs + ip_len)) in check_iphdr()212 skb_set_transport_header(skb, nh_ofs + ip_len); in check_iphdr()252 unsigned int nh_ofs = skb_network_offset(skb); in parse_ipv6hdr() local260 err = check_header(skb, nh_ofs + sizeof(*nh)); in parse_ipv6hdr()293 nh_len = payload_ofs - nh_ofs; in parse_ipv6hdr()294 skb_set_transport_header(skb, nh_ofs + nh_len); in parse_ipv6hdr()
499 int nh_ofs; in ovs_ct_execute() local503 nh_ofs = skb_network_offset(skb); in ovs_ct_execute()504 skb_pull(skb, nh_ofs); in ovs_ct_execute()529 skb_push(skb, nh_ofs); in ovs_ct_execute()