Searched refs:nla (Results 1 – 9 of 9) sorted by relevance
| /include/net/ |
| A D | netlink.h | 1307 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 D | bpf_sk_storage.h | 47 bpf_sk_storage_diag_alloc(const struct nlattr *nla) in bpf_sk_storage_diag_alloc() argument
|
| A D | fib_rules.h | 134 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 D | act_api.h | 123 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 D | ip_fib.h | 449 int fib_gw_from_via(struct fib_config *cfg, struct nlattr *nla,
|
| /include/linux/ |
| A D | genl_magic_func.h | 106 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 D | ip_set.h | 333 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 D | nf_tables.h | 218 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 D | nf_conntrack_l4proto.h | 34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla,
|
Completed in 34 milliseconds