Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_compat.h25 struct nfattr { struct
39 #define NFA_OK(nfa,len) ((len) > 0 && (nfa)->nfa_len >= sizeof(struct nfattr) \ argument
42 (struct nfattr *)(((char *)(nfa)) + NFA_ALIGN((nfa)->nfa_len)))
43 #define NFA_LENGTH(len) (NFA_ALIGN(sizeof(struct nfattr)) + (len))
48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
59 #define NFM_NFA(n) ((struct nfattr *)(((char *)(n)) \