Searched defs:nla (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| A D | netlink.h | 1276 static inline int nla_type(const struct nlattr *nla) in nla_type() 1285 static inline void *nla_data(const struct nlattr *nla) in nla_data() 1294 static inline u16 nla_len(const struct nlattr *nla) in nla_len() 1335 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() 1351 const struct nlattr *nla, in nla_parse_nested() 1375 const struct nlattr *nla, in nla_parse_nested_deprecated() 1732 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32() 1803 static inline u16 nla_get_u16(const struct nlattr *nla) in nla_get_u16() 1874 static inline u8 nla_get_u8(const struct nlattr *nla) in nla_get_u8() 2047 static inline s8 nla_get_s8(const struct nlattr *nla) in nla_get_s8() [all …]
|
| A D | bpf_sk_storage.h | 47 bpf_sk_storage_diag_alloc(const struct nlattr *nla) in bpf_sk_storage_diag_alloc()
|
| A D | fib_rules.h | 134 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
|
| /include/linux/ |
| A D | genl_magic_func.h | 102 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument 112 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument 123 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument 124 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument
|
| /include/linux/netfilter/ipset/ |
| A D | ip_set.h | 347 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4()
|
| /include/net/netfilter/ |
| A D | nf_tables.h | 218 const struct nlattr * const *nla; member
|
Completed in 102 milliseconds