Home
last modified time | relevance | path

Searched refs:LIBBPF_NLA_STRING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dnlattr.c21 [LIBBPF_NLA_STRING] = 1,
71 if (pt->type == LIBBPF_NLA_STRING) { in validate_nla()
161 [NLMSGERR_ATTR_MSG] = { .type = LIBBPF_NLA_STRING }, in libbpf_nla_dump_errormsg()
H A Dnlattr.h31 LIBBPF_NLA_STRING, /**< NUL terminated character string */ enumerator