Home
last modified time | relevance | path

Searched refs:miss_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnetlink.h87 u16 miss_type; member
195 __extack->miss_type = (type); \
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py229 miss_type = self.extack['miss-type']
230 if miss_type in attr_space.attrs_by_val:
231 spec = attr_space.attrs_by_val[miss_type]
/openbmc/linux/net/netlink/
H A Daf_netlink.c2418 if (extack->miss_type) in netlink_ack_tlv_len()
2448 if (extack->miss_type) in netlink_ack_tlv_fill()
2450 extack->miss_type)); in netlink_ack_tlv_fill()