aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netfilter_ipv6/ip6t_mac.h
blob: 87c088c21848e23bc8efa86fbbdcf67e200b4fd6 (plain)
1
2
3
4
5
6
7
8
#ifndef _IP6T_MAC_H
#define _IP6T_MAC_H

struct ip6t_mac_info {
    unsigned char srcaddr[ETH_ALEN];
    int invert;
};
#endif /*_IPT_MAC_H*/