Searched refs:ct_helper (Results 1 – 1 of 1) sorted by relevance
472 struct ip_conntrack_helper *ct_helper; in ip_nat_helper_register() local474 if ((ct_helper = ip_ct_find_helper(&me->tuple)) in ip_nat_helper_register()475 && ct_helper->me) { in ip_nat_helper_register()476 __MOD_INC_USE_COUNT(ct_helper->me); in ip_nat_helper_register()495 && (ct_helper = ip_ct_find_helper(&me->tuple)) in ip_nat_helper_register()496 && ct_helper->me) { in ip_nat_helper_register()497 __MOD_INC_USE_COUNT(ct_helper->me); in ip_nat_helper_register()559 struct ip_conntrack_helper *ct_helper; in ip_nat_helper_unregister() local561 if ((ct_helper = ip_ct_find_helper(&me->tuple)) in ip_nat_helper_unregister()562 && ct_helper->me) { in ip_nat_helper_unregister()[all …]