Searched refs:km_orig (Results 1 – 1 of 1) sorted by relevance
101 struct nf_ct_gre_keymap *km_orig, *km_repl; in nf_ct_gre_km_acceptable() local105 km_orig = ct_pptp_info->keymap[IP_CT_DIR_ORIGINAL]; in nf_ct_gre_km_acceptable()108 if (km_orig && km_repl) { in nf_ct_gre_km_acceptable()109 if (!gre_key_cmpfn(km_orig, orig)) in nf_ct_gre_km_acceptable()118 DEBUG_NET_WARN_ON_ONCE(km_orig); in nf_ct_gre_km_acceptable()131 struct nf_ct_gre_keymap *km_orig, *km_repl; in nf_ct_gre_keymap_add() local134 km_orig = kmalloc_obj(*km_orig, GFP_ATOMIC); in nf_ct_gre_keymap_add()135 if (!km_orig) in nf_ct_gre_keymap_add()141 memcpy(&km_orig->tuple, orig, sizeof(*orig)); in nf_ct_gre_keymap_add()163 pr_debug("adding new entries %p,%p: ", km_orig, km_repl); in nf_ct_gre_keymap_add()[all …]