/include/linux/netfilter/xt_mac.h
C Header | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 5e0dac49dbd6ab86669030526632d04d MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#ifndef _XT_MAC_H 2#define _XT_MAC_H 3 4struct xt_mac_info { 5 unsigned char srcaddr[ETH_ALEN]; 6 int invert; 7}; 8#endif /*_XT_MAC_H*/