root/include/uapi/linux/netfilter_bridge/ebt_redirect.h

/* [<][>][^][v][top][bottom][index][help] */
#ifndef __LINUX_BRIDGE_EBT_REDIRECT_H
#define __LINUX_BRIDGE_EBT_REDIRECT_H

struct ebt_redirect_info {
        /* EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN */
        int target;
};
#define EBT_REDIRECT_TARGET "redirect"

#endif

/* [<][>][^][v][top][bottom][index][help] */