Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack.h369 int nf_ct_skb_network_trim(struct sk_buff *skb, int family);
/openbmc/linux/net/sched/
H A Dact_ct.c1008 err = nf_ct_skb_network_trim(skb, family); in tcf_ct_act()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c1024 err = nf_ct_skb_network_trim(skb, info->family); in ovs_ct_execute()