Searched refs:nla_ok (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | nlattr.h | 77 nla_ok(pos, rem); \
|
| H A D | nlattr.c | 33 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function
|
| /linux-6.15/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 | 1534 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt() 1705 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt()
|
| /linux-6.15/include/net/ |
| H A D | netlink.h | 1268 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function 2363 nla_ok(pos, rem); \
|
| /linux-6.15/net/openvswitch/ |
| H A D | flow_netlink.c | 2879 if (!nla_ok(ovs_key, nla_len(a)) || in validate_set()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 211 if (!nla_ok(nla, skb->len - a)) in BPF_CALL_3()
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 9112 if (!nla_ok(nest, nla_len(nest))) in parse_bss_select()
|