Searched refs:nf_ct_delete (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack.h | 199 bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report); 231 return nf_ct_delete(ct, 0, 0); in nf_ct_kill()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 644 bool nf_ct_delete(struct nf_conn *ct, u32 portid, int report) in nf_ct_delete() function 683 EXPORT_SYMBOL_GPL(nf_ct_delete); 1457 nf_ct_delete(tmp, 0, 0)) in early_drop_list() 2124 return nf_ct_delete(ct, 0, 0); in nf_ct_kill_acct() 2374 nf_ct_delete(ct, iter_data->portid, iter_data->report); in nf_ct_iterate_cleanup()
|
| H A D | nf_conntrack_netlink.c | 1661 nf_ct_delete(ct, NETLINK_CB(skb).portid, nlmsg_report(info->nlh)); in ctnetlink_del_conntrack()
|
| /linux/net/openvswitch/ |
| H A D | conntrack.c | 604 nf_ct_delete(ct, 0, 0); in skb_nfct_cached()
|