linux/include/linux/netfilter/nf_conntrack_h323.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NF_CONNTRACK_H323_H
#define _NF_CONNTRACK_H323_H

#include <linux/netfilter.h>
#include <linux/skbuff.h>
#include <linux/types.h>
#include <linux/netfilter/nf_conntrack_h323_asn1.h>
#include <net/netfilter/nf_conntrack_expect.h>
#include <uapi/linux/netfilter/nf_conntrack_tuple_common.h>

#define RAS_PORT
#define Q931_PORT
#define H323_RTP_CHANNEL_MAX

/* This structure exists only once per master */
struct nf_ct_h323_master {};

int get_h225_addr(struct nf_conn *ct, unsigned char *data,
		  TransportAddress *taddr, union nf_inet_addr *addr,
		  __be16 *port);

struct nfct_h323_nat_hooks {};
extern const struct nfct_h323_nat_hooks __rcu *nfct_h323_nat_hook;

#endif