Home
last modified time | relevance | path

Searched defs:nla (Results 1 – 5 of 5) sorted by relevance

/include/net/
Dnetlink.h686 static inline int nla_type(const struct nlattr *nla) in nla_type()
695 static inline void *nla_data(const struct nlattr *nla) in nla_data()
704 static inline int nla_len(const struct nlattr *nla) in nla_len()
714 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
729 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
745 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
761 const struct nlattr *nla, in nla_parse_nested()
1071 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32()
1080 static inline __be32 nla_get_be32(const struct nlattr *nla) in nla_get_be32()
1089 static inline __le32 nla_get_le32(const struct nlattr *nla) in nla_get_le32()
[all …]
Dfib_rules.h139 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
/include/linux/
Dgenl_magic_func.h100 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument
110 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument
121 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument
122 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument
/include/linux/netfilter/ipset/
Dip_set.h344 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4()
/include/net/netfilter/
Dnf_tables.h166 const struct nlattr * const *nla; member