Searched refs:nat_h245_hook (Results 1 – 3 of 3) sorted by relevance
74 extern int (*nat_h245_hook) (struct sk_buff *skb, struct nf_conn *ct,
589 BUG_ON(nat_h245_hook != NULL); in init()599 RCU_INIT_POINTER(nat_h245_hook, nat_h245); in init()616 RCU_INIT_POINTER(nat_h245_hook, NULL); in fini()
89 int (*nat_h245_hook) (struct sk_buff *skb, variable690 typeof(nat_h245_hook) nat_h245; in expect_h245()710 (nat_h245 = rcu_dereference(nat_h245_hook)) && in expect_h245()1896 EXPORT_SYMBOL_GPL(nat_h245_hook);