Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A 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()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h314 void (*exp_gre)(struct nf_conntrack_expect *exp_orig, member
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c301 .exp_gre = pptp_exp_gre,