Searched refs:nfct_help_data (Results 1 – 10 of 10) sorted by relevance
53 ct_pptp_info = nfct_help_data(master); in pptp_nat_expected()128 ct_pptp_info = nfct_help_data(ct); in pptp_outbound_pkt()197 ct_pptp_info = nfct_help_data(ct); in pptp_exp_gre()
98 const struct nf_ct_h323_master *info = nfct_help_data(ct); in set_sig_addr()183 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_rtp_rtcp()338 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_h245()429 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_q931()
180 const struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in pptp_destroy_siblings()275 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_inbound_pkt()403 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_outbound_pkt()514 const struct nf_ct_pptp_master *info = nfct_help_data(ct); in conntrack_pptp_help()
120 struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in nf_ct_gre_keymap_add()161 struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in nf_ct_gre_keymap_destroy()
1100 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response()1117 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response()1134 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response()1151 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request()1184 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_request()1282 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_response()1411 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_sip_request()
99 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in map_addr()150 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip()351 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip_expect()
72 struct nf_ct_sane_master *ct_sane_info = nfct_help_data(ct); in help()
398 struct nf_ct_ftp_master *ct_ftp_info = nfct_help_data(ct); in help()562 struct nf_ct_ftp_master *ftp = nfct_help_data(ct); in nf_ct_ftp_from_nlattr()
123 struct nf_ct_h323_master *info = nfct_help_data(ct); in get_tpkt_data()1294 struct nf_ct_h323_master *info = nfct_help_data(ct); in expect_q931()1415 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rrq()1452 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rcf()1503 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_urq()1537 const struct nf_ct_h323_master *info = nfct_help_data(ct); in process_arq()
79 static inline void *nfct_help_data(const struct nf_conn *ct) in nfct_help_data() function