Searched refs:IOAM6_ATTR_NS_ID (Results 1 – 2 of 2) sorted by relevance
82 [IOAM6_ATTR_NS_ID] = { .type = NLA_U16 },88 [IOAM6_ATTR_NS_ID] = { .type = NLA_U16 },102 [IOAM6_ATTR_NS_ID] = { .type = NLA_U16 },116 if (!info->attrs[IOAM6_ATTR_NS_ID]) in ioam6_genl_addns() 119 id = cpu_to_be16(nla_get_u16(info->attrs[IOAM6_ATTR_NS_ID])); in ioam6_genl_addns() 165 if (!info->attrs[IOAM6_ATTR_NS_ID]) in ioam6_genl_delns() 168 id = cpu_to_be16(nla_get_u16(info->attrs[IOAM6_ATTR_NS_ID])); in ioam6_genl_delns() 216 if (nla_put_u16(skb, IOAM6_ATTR_NS_ID, be16_to_cpu(ns->id)) || in __ioam6_genl_dumpns_element() 413 if (ns && nla_put_u16(skb, IOAM6_ATTR_NS_ID, be16_to_cpu(ns->id))) { in __ioam6_genl_dumpsc_element() 503 if (!info->attrs[IOAM6_ATTR_NS_ID] || in ioam6_genl_ns_set_schema() [all...]
18 IOAM6_ATTR_NS_ID, /* u16 */ enumerator