Home
last modified time | relevance | path

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

/include/net/
Dnetlink.h1063 static inline int nla_type(const struct nlattr *nla) in nla_type()
1072 static inline void *nla_data(const struct nlattr *nla) in nla_data()
1081 static inline int nla_len(const struct nlattr *nla) in nla_len()
1091 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
1106 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
1122 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1138 const struct nlattr *nla, in nla_parse_nested()
1162 const struct nlattr *nla, in nla_parse_nested_deprecated()
1472 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32()
1481 static inline __be32 nla_get_be32(const struct nlattr *nla) in nla_get_be32()
[all …]
Dfib_rules.h157 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
/include/linux/
Dgenl_magic_func.h101 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument
111 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument
122 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument
123 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument
/include/linux/netfilter/ipset/
Dip_set.h360 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4()
/include/net/netfilter/
Dnf_tables.h175 const struct nlattr * const *nla; member