Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_pptp.c196 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_inbound_pkt()
326 struct nf_ct_pptp_master *info = nfct_help_data(ct); in pptp_outbound_pkt()
439 const struct nf_ct_pptp_master *info = nfct_help_data(ct); in conntrack_pptp_help()
H A Dnf_conntrack_sip.c1234 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_response()
1254 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_update_response()
1274 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_prack_response()
1294 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_invite_request()
1330 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_request()
1440 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_register_response()
1574 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in process_sip_request()
H A Dnf_conntrack_sane.c63 struct nf_ct_sane_master *ct_sane_info = nfct_help_data(ct); in help()
H A Dnf_conntrack_ftp.c374 struct nf_ct_ftp_master *ct_ftp_info = nfct_help_data(ct); in help()
544 struct nf_ct_ftp_master *ftp = nfct_help_data(ct); in nf_ct_ftp_from_nlattr()
H A Dnf_nat_sip.c103 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in map_addr()
157 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip()
411 struct nf_ct_sip_master *ct_sip_info = nfct_help_data(ct); in nf_nat_sip_expect()
H A Dnf_conntrack_h323_main.c69 struct nf_ct_h323_master *info = nfct_help_data(ct); in get_tpkt_data()
1188 struct nf_ct_h323_master *info = nfct_help_data(ct); in expect_q931()
1312 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rrq()
1351 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_rcf()
1405 struct nf_ct_h323_master *info = nfct_help_data(ct); in process_urq()
1441 const struct nf_ct_h323_master *info = nfct_help_data(ct); in process_arq()
H A Dnft_ct.c1259 expect_data = nfct_help_data(ct); in ct_expect_help()
1437 expect_data = nfct_help_data(ct); in nft_ct_expect_obj_eval()
/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c97 const struct nf_ct_h323_master *info = nfct_help_data(ct); in set_sig_addr()
186 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_rtp_rtcp()
322 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_h245()
403 struct nf_ct_h323_master *info = nfct_help_data(ct); in nat_q931()
/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h137 static inline void *nfct_help_data(const struct nf_conn *ct) in nfct_help_data() function