Home
last modified time | relevance | path

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

/include/net/
A Dnetlink.h1307 nla->nla_len >= sizeof(*nla) && in nla_ok()
1746 if (!nla) in nla_get_u32_default()
1770 if (!nla) in nla_get_be32_default()
1794 if (!nla) in nla_get_le32_default()
1817 if (!nla) in nla_get_u16_default()
1841 if (!nla) in nla_get_be16_default()
1865 if (!nla) in nla_get_le16_default()
1888 if (!nla) in nla_get_u8_default()
1915 if (!nla) in nla_get_u64_default()
1940 if (!nla) in nla_get_uint_default()
[all …]
A Dbpf_sk_storage.h47 bpf_sk_storage_diag_alloc(const struct nlattr *nla) in bpf_sk_storage_diag_alloc() argument
A Dfib_rules.h134 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table() argument
136 if (nla[FRA_TABLE]) in frh_get_table()
137 return nla_get_u32(nla[FRA_TABLE]); in frh_get_table()
A Dact_api.h123 int (*init)(struct net *net, struct nlattr *nla,
212 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla,
216 struct tc_action_ops *tc_action_load_ops(struct nlattr *nla, u32 flags,
219 struct nlattr *nla, struct nlattr *est,
A Dip_fib.h449 int fib_gw_from_via(struct fib_config *cfg, struct nlattr *nla,
/include/linux/
A Dgenl_magic_func.h106 else if (nla) \
109 : nla_data(nla)); \
117 else if (nla) \
119 nla_data(nla), nla_len(nla)); \
146 struct nlattr *nla; \
171 nla = ntb[attr_nr]; \
172 if (nla) { \
191 s->name = __get(nla); \
192 DPRINT_FIELD("<<", nla_type, name, s, nla))
201 __get(s->name, nla, maxlen); \
[all …]
/include/linux/netfilter/ipset/
A Dip_set.h333 extern int ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr);
334 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);
347 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4() argument
350 int ret = ip_set_get_ipaddr4(nla, &ip); in ip_set_get_hostipaddr4()
/include/net/netfilter/
A Dnf_tables.h218 const struct nlattr * const *nla; member
240 struct nft_data_desc *desc, const struct nlattr *nla);
421 int nft_expr_inner_parse(const struct nft_ctx *ctx, const struct nlattr *nla,
500 u64 (*privsize)(const struct nlattr * const nla[],
507 const struct nlattr * const nla[]);
1381 const struct nlattr *nla, u32 objtype,
1476 const struct nlattr *nla,
1895 int nf_msecs_to_jiffies64(const struct nlattr *nla, u64 *result);
A Dnf_conntrack_l4proto.h34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla,

Completed in 34 milliseconds