Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_ovs.c115 int nf_ct_skb_network_trim(struct sk_buff *skb, int family) in nf_ct_skb_network_trim() function
139 EXPORT_SYMBOL_GPL(nf_ct_skb_network_trim);
/linux/net/sched/
H A Dact_ct.c1012 err = nf_ct_skb_network_trim(skb, family); in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c1047 err = nf_ct_skb_network_trim(skb, info->family); in ovs_ct_execute()