Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h25 int nf_ct_gre_keymap_add(struct nf_conn *ct, enum ip_conntrack_dir dir,
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c89 int nf_ct_gre_keymap_add(struct nf_conn *ct, enum ip_conntrack_dir dir, in nf_ct_gre_keymap_add() function
124 EXPORT_SYMBOL_GPL(nf_ct_gre_keymap_add);
H A Dnf_conntrack_pptp.c229 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_ORIGINAL, &exp_orig->tuple) != 0) in exp_gre()
231 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) { in exp_gre()