Home
last modified time | relevance | path

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

/include/net/
Dnetlink.h672 static inline int nla_type(const struct nlattr *nla) in nla_type()
681 static inline void *nla_data(const struct nlattr *nla) in nla_data()
690 static inline int nla_len(const struct nlattr *nla) in nla_len()
700 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
715 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
731 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
746 const struct nlattr *nla, in nla_parse_nested()
978 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32()
987 static inline __be32 nla_get_be32(const struct nlattr *nla) in nla_get_be32()
996 static inline u16 nla_get_u16(const struct nlattr *nla) in nla_get_u16()
[all …]
Dfib_rules.h110 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
/include/linux/
Dgenl_magic_func.h99 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument
109 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument
120 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument
121 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument
/include/linux/netfilter/ipset/
Dip_set.h279 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4()