Searched refs:nla_ok (Results 1 – 7 of 7) sorted by relevance
| /linux/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/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 | 1530 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt() 1701 if (!nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt() 1707 if (msk_depth && !nla_ok(nla_opt_msk, msk_depth)) { in fl_set_enc_opt()
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 2896 if (!nla_ok(nsh_key, nla_len(a)) || in validate_push_nsh() 2929 if (!nla_ok(ovs_key, nla_len(a)) || in validate_set()
|
| /linux/net/core/ |
| H A D | filter.c | 219 if (!nla_ok(nla, skb->len - a)) in BPF_CALL_3()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 11023 if (!nla_ok(nest, nla_len(nest))) in parse_bss_select()
|