summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_mac.h
blob: b892cdc67e06966ba83168e0e540c2501dd703d6 (plain)
1
2
3
4
5
6
7
8
#ifndef _XT_MAC_H
#define _XT_MAC_H

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