Searched refs:nfct_help_data (Results 1 – 9 of 9) sorted by relevance
60 ct_pptp_info = nfct_help_data(master); in pptp_nat_expected()139 ct_pptp_info = nfct_help_data(ct); in pptp_outbound_pkt()211 ct_pptp_info = nfct_help_data(ct); in pptp_exp_gre()
97 const struct nf_ct_h323_master *info = nfct_help_data(ct); in set_sig_addr()182 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_rtp_rtcp()324 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_h245()402 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_q931()
164 const struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in pptp_destroy_siblings()259 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_inbound_pkt()386 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_outbound_pkt()496 const struct nf_ct_pptp_master *info = nfct_help_data(ct); in conntrack_pptp_help()
96 struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in nf_ct_gre_keymap_add()131 struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in nf_ct_gre_keymap_destroy()
1228 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response()1245 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response()1262 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response()1279 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request()1312 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_request()1415 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_response()1546 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_sip_request()
68 struct nf_ct_sane_master *ct_sane_info = nfct_help_data(ct); in help()
69 struct nf_ct_h323_master *info = nfct_help_data(ct); in get_tpkt_data()1209 struct nf_ct_h323_master *info = nfct_help_data(ct); in expect_q931()1327 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rrq()1363 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rcf()1414 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_urq()1447 const struct nf_ct_h323_master *info = nfct_help_data(ct); in process_arq()
103 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in map_addr()154 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip()386 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip_expect()
130 static inline void *nfct_help_data(const struct nf_conn *ct) in nfct_help_data() function