Searched refs:nat_h245_hook (Results 1 – 3 of 3) sorted by relevance
72 extern int (*nat_h245_hook) (struct sk_buff *skb, struct nf_conn *ct,
590 BUG_ON(nat_h245_hook != NULL); in init()600 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()617 RCU_INIT_POINTER(nat_h245_hook, NULL); in fini()
86 int (*nat_h245_hook) (struct sk_buff *skb, variable671 typeof(nat_h245_hook) nat_h245; in expect_h245()691 (nat_h245 = rcu_dereference(nat_h245_hook)) && in expect_h245()1828 EXPORT_SYMBOL_GPL(nat_h245_hook);