Lines Matching refs:update_flags
80 p->update_flags = parm->update_flags; in tcf_csum_init()
321 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() argument
335 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4()
341 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4()
347 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4()
353 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4()
359 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv4()
366 if (update_flags & TCA_CSUM_UPDATE_FLAG_IPV4HDR) { in tcf_csum_ipv4()
417 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() argument
459 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv6()
465 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv6()
471 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv6()
477 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv6()
500 u32 update_flags; in tcf_csum() local
506 update_flags = p->update_flags; in tcf_csum()
514 if (!tcf_csum_ipv4(skb, update_flags)) in tcf_csum()
518 if (!tcf_csum_ipv6(skb, update_flags)) in tcf_csum()
538 .update_flags = p->update_flags, in tcf_csum_dump()