Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_pptp.c128 static int exp_gre(struct nf_conn *ct, __be16 callid, __be16 peer_callid) in exp_gre() function
163 hook->exp_gre(exp_orig, exp_reply); in exp_gre()
246 exp_gre(ct, cid, pcid); in pptp_inbound_pkt()
280 exp_gre(ct, cid, pcid); in pptp_inbound_pkt()
/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h312 void (*exp_gre)(struct nf_conntrack_expect *exp_orig, member