Home
last modified time | relevance | path

Searched refs:nfa_type (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/
Dpcap-netfilter-linux.c310 uint16_t nfa_type; member
342 nfa->nfa_type = mynfa->nfa_type; in netfilter_send_config_msg()
410 nfa.nfa_type = NFULA_CFG_CMD; in nflog_send_config_cmd()
426 nfa.nfa_type = NFULA_CFG_MODE; in nflog_send_config_mode()
442 nfa.nfa_type = NFQA_VERDICT_HDR; in nfqueue_send_verdict()
464 nfa.nfa_type = NFQA_CFG_CMD; in nfqueue_send_config_cmd()
480 nfa.nfa_type = NFQA_CFG_PARAMS; in nfqueue_send_config_mode()
/external/libnfnetlink/include/libnfnetlink/
Dlinux_nfnetlink_compat.h24 u_int16_t nfa_type; /* we use 15 bits for the type, and the highest member
32 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
/external/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_compat.h26 __u16 nfa_type; /* we use 15 bits for the type, and the highest member
34 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
/external/kernel-headers/original/uapi/linux/netfilter/
Dnfnetlink_compat.h27 __u16 nfa_type; /* we use 15 bits for the type, and the highest member
35 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
/external/libnfnetlink/src/
Dlibnfnetlink.c891 nfa->nfa_type = type; in nfnl_addattr_l()
924 subnfa->nfa_type = type; in nfnl_nfa_addattr_l()
1071 nfa->nfa_type = type; in nfnl_build_nfa_iovec()