Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/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.c1446 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()
/openbmc/linux/include/net/
H A Dnetlink.h1202 static inline int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() function
1968 nla_ok(pos, rem); \
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp219 while (nla_ok(vid, len)) in __anon66112f010102()
/openbmc/linux/net/wireless/
H A Dnl80211.c8950 if (!nla_ok(nest, nla_len(nest))) in parse_bss_select()