Home
last modified time | relevance | path

Searched refs:nfct_help_data (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_pptp.c59 ct_pptp_info = nfct_help_data(master); in pptp_nat_expected()
138 ct_pptp_info = nfct_help_data(ct); in pptp_outbound_pkt()
211 ct_pptp_info = nfct_help_data(ct); in pptp_exp_gre()
Dnf_nat_h323.c98 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()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_pptp.c177 const struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in pptp_destroy_siblings()
272 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_inbound_pkt()
400 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_outbound_pkt()
511 const struct nf_ct_pptp_master *info = nfct_help_data(ct); in conntrack_pptp_help()
Dnf_conntrack_sip.c1102 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response()
1119 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response()
1136 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response()
1153 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request()
1186 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_request()
1284 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_response()
1413 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_sip_request()
Dnf_conntrack_proto_gre.c121 struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in nf_ct_gre_keymap_add()
162 struct nf_ct_pptp_master *ct_pptp_info = nfct_help_data(ct); in nf_ct_gre_keymap_destroy()
Dnf_conntrack_sane.c74 struct nf_ct_sane_master *ct_sane_info = nfct_help_data(ct); in help()
Dnf_nat_sip.c99 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()
Dnf_conntrack_ftp.c387 struct nf_ct_ftp_master *ct_ftp_info = nfct_help_data(ct); in help()
551 struct nf_ct_ftp_master *ftp = nfct_help_data(ct); in nf_ct_ftp_from_nlattr()
Dnf_conntrack_h323_main.c123 struct nf_ct_h323_master *info = nfct_help_data(ct); in get_tpkt_data()
1256 struct nf_ct_h323_master *info = nfct_help_data(ct); in expect_q931()
1374 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rrq()
1410 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rcf()
1461 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_urq()
1494 const struct nf_ct_h323_master *info = nfct_help_data(ct); in process_arq()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_helper.h118 static inline void *nfct_help_data(const struct nf_conn *ct) in nfct_help_data() function