Searched refs:ip_ct_find_helper (Results 1 – 4 of 4) sorted by relevance
36 extern struct ip_conntrack_helper *ip_ct_find_helper(const struct ip_conntrack_tuple *tuple);
474 if ((ct_helper = ip_ct_find_helper(&me->tuple)) in ip_nat_helper_register()495 && (ct_helper = ip_ct_find_helper(&me->tuple)) in ip_nat_helper_register()561 if ((ct_helper = ip_ct_find_helper(&me->tuple)) in ip_nat_helper_unregister()
636 struct ip_conntrack_helper *ip_ct_find_helper(const struct ip_conntrack_tuple *tuple) in ip_ct_find_helper() function730 conntrack->helper = ip_ct_find_helper(&repl_tuple); in init_conntrack()1135 conntrack->helper = ip_ct_find_helper(newreply); in ip_conntrack_alter_reply()
477 EXPORT_SYMBOL(ip_ct_find_helper);