Home
last modified time | relevance | path

Searched refs:exp_gre (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_conntrack_pptp.c187 static int exp_gre(struct nf_conn *ct, __be16 callid, __be16 peer_callid) in exp_gre() function
222 hook->exp_gre(exp_orig, exp_reply); in exp_gre()
306 exp_gre(ct, cid, pcid); in pptp_inbound_pkt()
340 exp_gre(ct, cid, pcid); in pptp_inbound_pkt()
/linux-6.1.9/include/linux/netfilter/
Dnf_conntrack_pptp.h314 void (*exp_gre)(struct nf_conntrack_expect *exp_orig, member
/linux-6.1.9/net/ipv4/netfilter/
Dnf_nat_pptp.c301 .exp_gre = pptp_exp_gre,