Home
last modified time | relevance | path

Searched refs:nh_ofs (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
A Dflow.c192 unsigned int nh_ofs = skb_network_offset(skb); in check_iphdr() local
196 err = check_header(skb, nh_ofs + sizeof(struct iphdr)); in check_iphdr()
202 skb->len < nh_ofs + ip_len)) in check_iphdr()
205 skb_set_transport_header(skb, nh_ofs + ip_len); in check_iphdr()
247 unsigned int nh_ofs = skb_network_offset(skb); in parse_ipv6hdr() local
252 err = check_header(skb, nh_ofs + sizeof(*nh)); in parse_ipv6hdr()
284 nh_len = payload_ofs - nh_ofs; in parse_ipv6hdr()
285 skb_set_transport_header(skb, nh_ofs + nh_len); in parse_ipv6hdr()
487 unsigned int nh_ofs = skb_network_offset(skb); in parse_nsh() local
491 err = check_header(skb, nh_ofs + NSH_BASE_HDR_LEN); in parse_nsh()
[all …]
A Dconntrack.c1301 int nh_ofs; in ovs_ct_execute() local
1305 nh_ofs = skb_network_offset(skb); in ovs_ct_execute()
1306 skb_pull_rcsum(skb, nh_ofs); in ovs_ct_execute()
1323 skb_push_rcsum(skb, nh_ofs); in ovs_ct_execute()
/linux/net/sched/
A Dact_ct.c947 int nh_ofs, err, retval; in tcf_ct_act() local
983 nh_ofs = skb_network_offset(skb); in tcf_ct_act()
984 skb_pull_rcsum(skb, nh_ofs); in tcf_ct_act()
1049 skb_push_rcsum(skb, nh_ofs); in tcf_ct_act()

Completed in 12 milliseconds