Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_ct.c970 int nh_ofs, err, retval; in tcf_ct_act() local
1006 nh_ofs = skb_network_offset(skb); in tcf_ct_act()
1007 skb_pull_rcsum(skb, nh_ofs); in tcf_ct_act()
1098 skb_push_rcsum(skb, nh_ofs); in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c1040 int nh_ofs; in ovs_ct_execute() local
1044 nh_ofs = skb_network_offset(skb); in ovs_ct_execute()
1045 skb_pull_rcsum(skb, nh_ofs); in ovs_ct_execute()
1069 skb_push_rcsum(skb, nh_ofs); in ovs_ct_execute()