conntrack.h (3eb66e91a25497065c5322b1268cbc3953642227) conntrack.h (5b497af42fab12cadc0e29bcb7052cf9963603f5)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * Copyright (c) 2015 Nicira, Inc.
2/*
3 * Copyright (c) 2015 Nicira, Inc.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of version 2 of the GNU General Public
6 * License as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 */
13
14#ifndef OVS_CONNTRACK_H
15#define OVS_CONNTRACK_H 1
16
17#include "flow.h"
18
19struct ovs_conntrack_info;

--- 93 unchanged lines hidden ---
4 */
5
6#ifndef OVS_CONNTRACK_H
7#define OVS_CONNTRACK_H 1
8
9#include "flow.h"
10
11struct ovs_conntrack_info;

--- 93 unchanged lines hidden ---