[funini.com] -> [kei@sodan] -> Kernel Reading

root/include/linux/netfilter_ipv4/ipt_tos.h

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

INCLUDED FROM


#ifndef _IPT_TOS_H
#define _IPT_TOS_H

struct ipt_tos_info {
    u_int8_t tos;
    u_int8_t invert;
};

#ifndef IPTOS_NORMALSVC
#define IPTOS_NORMALSVC 0
#endif

#endif /*_IPT_TOS_H*/

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

[funini.com] -> [kei@sodan] -> Kernel Reading