Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-4.19/tools/lib/bpf/
Dnlattr.c29 static int nla_len(const struct nlattr *nla) in nla_len()
34 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
42 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
49 static void *nla_data(const struct nlattr *nla) in nla_data()
54 static int nla_type(const struct nlattr *nla) in nla_type()
59 static int validate_nla(struct nlattr *nla, int maxtype, in validate_nla()
120 struct nlattr *nla; in nla_parse() local
/kernel/linux/linux-4.19/include/net/
Dnetlink.h686 static inline int nla_type(const struct nlattr *nla) in nla_type()
695 static inline void *nla_data(const struct nlattr *nla) in nla_data()
704 static inline int nla_len(const struct nlattr *nla) in nla_len()
714 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
729 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
745 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
761 const struct nlattr *nla, in nla_parse_nested()
1071 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32()
1080 static inline __be32 nla_get_be32(const struct nlattr *nla) in nla_get_be32()
1089 static inline __le32 nla_get_le32(const struct nlattr *nla) in nla_get_le32()
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
33 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
40 static int nla_type(const struct nlattr *nla) in nla_type()
45 static int validate_nla(struct nlattr *nla, int maxtype, in validate_nla()
107 struct nlattr *nla; in libbpf_nla_parse() local
150 struct nlattr *nla, in libbpf_nla_parse_nested()
Dnlattr.h69 static inline void *libbpf_nla_data(const struct nlattr *nla) in libbpf_nla_data()
74 static inline uint8_t libbpf_nla_getattr_u8(const struct nlattr *nla) in libbpf_nla_getattr_u8()
79 static inline uint32_t libbpf_nla_getattr_u32(const struct nlattr *nla) in libbpf_nla_getattr_u32()
84 static inline const char *libbpf_nla_getattr_str(const struct nlattr *nla) in libbpf_nla_getattr_str()
93 static inline int libbpf_nla_len(const struct nlattr *nla) in libbpf_nla_len()
/kernel/linux/linux-4.19/lib/
Dnlattr.c47 static int validate_nla_bitfield32(const struct nlattr *nla, in validate_nla_bitfield32()
71 static int validate_nla(const struct nlattr *nla, int maxtype, in validate_nla()
179 const struct nlattr *nla; in nla_validate() local
244 const struct nlattr *nla; in nla_parse() local
286 const struct nlattr *nla; in nla_find() local
309 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy()
335 char *nla_strdup(const struct nlattr *nla, gfp_t flags) in nla_strdup()
381 int nla_memcmp(const struct nlattr *nla, const void *data, in nla_memcmp()
398 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp()
431 struct nlattr *nla; in __nla_reserve() local
[all …]
/kernel/linux/linux-5.10/lib/
Dnlattr.c61 static int validate_nla_bitfield32(const struct nlattr *nla, in validate_nla_bitfield32()
163 const struct nlattr *nla, in nla_validate_range_unsigned()
268 const struct nlattr *nla, in nla_validate_int_range_signed()
303 const struct nlattr *nla, in nla_validate_int_range()
327 const struct nlattr *nla, in nla_validate_mask()
357 static int validate_nla(const struct nlattr *nla, int maxtype, in validate_nla()
564 const struct nlattr *nla; in __nla_validate_parse() local
700 const struct nlattr *nla; in nla_find() local
723 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) in nla_strlcpy()
749 char *nla_strdup(const struct nlattr *nla, gfp_t flags) in nla_strdup()
[all …]
/kernel/linux/linux-4.19/drivers/block/drbd/
Ddrbd_nla.c7 static int drbd_nla_check_mandatory(int maxtype, struct nlattr *nla) in drbd_nla_check_mandatory()
31 int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, in drbd_nla_parse_nested()
43 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_nla.c7 static int drbd_nla_check_mandatory(int maxtype, struct nlattr *nla) in drbd_nla_check_mandatory()
31 int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, in drbd_nla_parse_nested()
44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/kernel/linux/linux-5.10/include/net/
Dnetlink.h1128 static inline int nla_type(const struct nlattr *nla) in nla_type()
1137 static inline void *nla_data(const struct nlattr *nla) in nla_data()
1146 static inline int nla_len(const struct nlattr *nla) in nla_len()
1156 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok()
1171 static inline struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next()
1187 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1203 const struct nlattr *nla, in nla_parse_nested()
1227 const struct nlattr *nla, in nla_parse_nested_deprecated()
1552 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32()
1561 static inline __be32 nla_get_be32(const struct nlattr *nla) in nla_get_be32()
[all …]
Dbpf_sk_storage.h46 bpf_sk_storage_diag_alloc(const struct nlattr *nla) in bpf_sk_storage_diag_alloc()
/kernel/linux/linux-4.19/net/netfilter/
Dnf_tables_api.c77 const struct nlattr * const *nla) in nft_ctx_init()
434 const struct nlattr *nla, in nft_table_lookup()
453 const struct nlattr *nla, in nft_table_lookup_byhandle()
485 __nf_tables_chain_type_lookup(const struct nlattr *nla, u8 family) in __nf_tables_chain_type_lookup()
540 nf_tables_chain_type_lookup(struct net *net, const struct nlattr *nla, in nf_tables_chain_type_lookup()
688 const struct nlattr * const nla[], in nf_tables_gettable()
845 const struct nlattr * const nla[], in nf_tables_newtable()
988 const struct nlattr * const *nla = ctx->nla; in nft_flush() local
1016 const struct nlattr * const nla[], in nf_tables_deltable()
1113 const struct nlattr *nla, u8 genmask) in nft_chain_lookup()
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dnf_tables_api.c94 const struct nlattr * const *nla) in nft_ctx_init()
511 const struct nlattr *nla, in nft_table_lookup()
531 const struct nlattr *nla, in nft_table_lookup_byhandle()
563 __nf_tables_chain_type_lookup(const struct nlattr *nla, u8 family) in __nf_tables_chain_type_lookup()
629 nf_tables_chain_type_lookup(struct net *net, const struct nlattr *nla, in nf_tables_chain_type_lookup()
805 const struct nlattr * const nla[], in nf_tables_gettable()
992 const struct nlattr * const nla[], in nf_tables_newtable()
1151 const struct nlattr * const *nla = ctx->nla; in nft_flush() local
1179 const struct nlattr * const nla[], in nf_tables_deltable()
1277 const struct nlattr *nla, u8 genmask) in nft_chain_lookup()
[all …]
/kernel/linux/linux-5.10/net/sched/
Dact_tunnel_key.c87 tunnel_key_copy_geneve_opt(const struct nlattr *nla, void *dst, int dst_len, in tunnel_key_copy_geneve_opt()
139 tunnel_key_copy_vxlan_opt(const struct nlattr *nla, void *dst, int dst_len, in tunnel_key_copy_vxlan_opt()
166 tunnel_key_copy_erspan_opt(const struct nlattr *nla, void *dst, int dst_len, in tunnel_key_copy_erspan_opt()
218 static int tunnel_key_copy_opts(const struct nlattr *nla, u8 *dst, in tunnel_key_copy_opts()
291 static int tunnel_key_get_opts_len(struct nlattr *nla, in tunnel_key_get_opts_len()
297 static int tunnel_key_opts_set(struct nlattr *nla, struct ip_tunnel_info *info, in tunnel_key_opts_set()
356 static int tunnel_key_init(struct net *net, struct nlattr *nla, in tunnel_key_init()
Dact_bpf.c101 struct nlattr *nla; in tcf_bpf_dump_bpf_info() local
119 struct nlattr *nla; in tcf_bpf_dump_ebpf_info() local
278 static int tcf_bpf_init(struct net *net, struct nlattr *nla, in tcf_bpf_init()
Dematch.c171 struct tcf_ematch *em, struct nlattr *nla, int idx) in tcf_em_validate()
303 int tcf_em_tree_validate(struct tcf_proto *tp, struct nlattr *nla, in tcf_em_tree_validate()
Dact_api.c924 struct tc_action_ops *tc_action_load_ops(char *name, struct nlattr *nla, in tc_action_load_ops()
986 struct nlattr *nla, struct nlattr *est, in tcf_action_init_1()
1045 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, in tcf_action_init()
1226 static struct tc_action *tcf_action_get_1(struct net *net, struct nlattr *nla, in tcf_action_get_1()
1270 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush()
1412 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd()
1485 static int tcf_action_add(struct net *net, struct nlattr *nla, in tcf_action_add()
1570 static struct nlattr *find_dump_kind(struct nlattr **nla) in find_dump_kind()
Dact_ipt.c95 static int __tcf_ipt_init(struct net *net, unsigned int id, struct nlattr *nla, in __tcf_ipt_init()
203 static int tcf_ipt_init(struct net *net, struct nlattr *nla, in tcf_ipt_init()
212 static int tcf_xt_init(struct net *net, struct nlattr *nla, in tcf_xt_init()
/kernel/linux/linux-4.19/net/wimax/
Dop-msg.c187 struct nlattr *nla; in wimax_msg_data_len() local
209 struct nlattr *nla; in wimax_msg_data() local
230 struct nlattr *nla; in wimax_msg_len() local
/kernel/linux/linux-5.10/net/wimax/
Dop-msg.c172 struct nlattr *nla; in wimax_msg_data_len() local
194 struct nlattr *nla; in wimax_msg_data() local
215 struct nlattr *nla; in wimax_msg_len() local
/kernel/linux/linux-4.19/net/sched/
Dact_tunnel_key.c71 tunnel_key_copy_geneve_opt(const struct nlattr *nla, void *dst, int dst_len, in tunnel_key_copy_geneve_opt()
121 static int tunnel_key_copy_opts(const struct nlattr *nla, u8 *dst, in tunnel_key_copy_opts()
165 static int tunnel_key_get_opts_len(struct nlattr *nla, in tunnel_key_get_opts_len()
171 static int tunnel_key_opts_set(struct nlattr *nla, struct ip_tunnel_info *info, in tunnel_key_opts_set()
213 static int tunnel_key_init(struct net *net, struct nlattr *nla, in tunnel_key_init()
Dact_bpf.c101 struct nlattr *nla; in tcf_bpf_dump_bpf_info() local
119 struct nlattr *nla; in tcf_bpf_dump_ebpf_info() local
278 static int tcf_bpf_init(struct net *net, struct nlattr *nla, in tcf_bpf_init()
Dact_ipt.c99 static int __tcf_ipt_init(struct net *net, unsigned int id, struct nlattr *nla, in __tcf_ipt_init()
207 static int tcf_ipt_init(struct net *net, struct nlattr *nla, in tcf_ipt_init()
216 static int tcf_xt_init(struct net *net, struct nlattr *nla, in tcf_xt_init()
Dematch.c175 struct tcf_ematch *em, struct nlattr *nla, int idx) in tcf_em_validate()
307 int tcf_em_tree_validate(struct tcf_proto *tp, struct nlattr *nla, in tcf_em_tree_validate()
/kernel/linux/linux-4.19/net/openvswitch/
Dmeter.c114 struct nlattr *nla; in ovs_meter_cmd_reply_stats() local
157 struct nlattr *nla, *band_nla; in ovs_meter_cmd_features() local
193 struct nlattr *nla; in dp_meter_create() local
/kernel/linux/linux-4.19/net/ipv4/
Dmetrics.c12 struct nlattr *nla; in ip_metrics_convert() local

12345678