HomeSort by relevance Sort by last modified time
    Searched defs:NFA_TYPE (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
nfnetlink_compat.h 30 __u16 nfa_type; member in struct:nfattr
33 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /external/kernel-headers/original/uapi/linux/netfilter/
nfnetlink_compat.h 27 __u16 nfa_type; /* we use 15 bits for the type, and the highest member in struct:nfattr
35 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /external/libnfnetlink/include/libnfnetlink/
linux_nfnetlink_compat.h 24 u_int16_t nfa_type; /* we use 15 bits for the type, and the highest member in struct:nfattr
32 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /external/libnl/include/linux-private/linux/netfilter/
nfnetlink_compat.h 26 __u16 nfa_type; /* we use 15 bits for the type, and the highest member in struct:nfattr
34 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)

Completed in 422 milliseconds