Searched refs:nla_ok (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | nlattr.h | 62 nla_ok(pos, rem); \
|
H A D | nlattr.c | 33 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | nlattr.c | 33 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function
|
H A D | nlattr.h | 77 nla_ok(pos, rem); \
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 149 * nla_ok(nla, remaining) does nla fit into remaining bytes? 1152 * nla_ok - check if the netlink attribute fits into the remaining bytes 1156 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function 1922 nla_ok(pos, rem); \
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 149 * nla_ok(nla, remaining) does nla fit into remaining bytes? 1198 * nla_ok - check if the netlink attribute fits into the remaining bytes 1202 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function 1968 nla_ok(pos, rem); \
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | ematch.c | 350 for (idx = 0; nla_ok(rt_match, list_len); idx++) { in tcf_em_tree_validate()
|
H A D | cls_flower.c | 1301 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt() 1409 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | ematch.c | 350 for (idx = 0; nla_ok(rt_match, list_len); idx++) { in tcf_em_tree_validate()
|
H A D | cls_flower.c | 1446 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt() 1586 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 7878 if (!nla_ok(nest, nla_len(nest))) in parse_bss_select()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 8925 if (!nla_ok(nest, nla_len(nest))) in parse_bss_select()
|
Completed in 55 milliseconds