Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_expect.c70 nf_ct_unlink_expect(exp); in nf_ct_expectation_timed_out()
178 nf_ct_unlink_expect(exp); in nf_ct_find_expectation()
201 nf_ct_unlink_expect(exp); in nf_ct_remove_expectations()
243 nf_ct_unlink_expect(exp); in nf_ct_unexpect_related()
383 nf_ct_unlink_expect(last); in evict_oldest_expect()
408 nf_ct_unlink_expect(i); in __nf_ct_expect_check()
Dnf_conntrack_helper.c410 nf_ct_unlink_expect(exp); in __nf_conntrack_helper_unregister()
Dnf_conntrack_sip.c834 nf_ct_unlink_expect(exp); in flush_expectations()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_expect.h97 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect() function