Home
last modified time | relevance | path

Searched refs:nla_ok (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dnlattr.h77 nla_ok(pos, rem); \
H A Dnlattr.c33 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function
/linux-6.15/net/sched/
H A Dematch.c350 for (idx = 0; nla_ok(rt_match, list_len); idx++) { in tcf_em_tree_validate()
H A Dcls_flower.c1534 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 Dnetlink.h1268 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 Dflow_netlink.c2879 if (!nla_ok(ovs_key, nla_len(a)) || in validate_set()
/linux-6.15/net/core/
H A Dfilter.c211 if (!nla_ok(nla, skb->len - a)) in BPF_CALL_3()
/linux-6.15/net/wireless/
H A Dnl80211.c9112 if (!nla_ok(nest, nla_len(nest))) in parse_bss_select()