Home
last modified time | relevance | path

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

/net/sched/
A Dact_pedit.c344 *hoffset = noff + iph->ihl * 4; in pedit_l4_skb_offset()
357 enum pedit_header_type htype, int *hoffset) in pedit_skb_hdr_offset() argument
364 *hoffset = skb_mac_offset(skb); in pedit_skb_hdr_offset()
371 *hoffset = skb_network_offset(skb); in pedit_skb_hdr_offset()
416 int hoffset = 0; in tcf_pedit_act() local
428 rc = pedit_skb_hdr_offset(skb, htype, &hoffset); in tcf_pedit_act()
437 if (!offset_valid(skb, hoffset + tkey->at)) { in tcf_pedit_act()
439 hoffset + tkey->at); in tcf_pedit_act()
454 if (!offset_valid(skb, hoffset + offset)) { in tcf_pedit_act()
459 ptr = skb_header_pointer(skb, hoffset + offset, in tcf_pedit_act()
[all …]
/net/netfilter/
A Dxt_HMARK.c128 return reciprocal_scale(hash, info->hmodulus) + info->hoffset; in hmark_hash()

Completed in 4 milliseconds