Home
last modified time | relevance | path

Searched refs:indev_tlv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h509 tcf_change_indev(struct net *net, struct nlattr *indev_tlv, in tcf_change_indev() argument
515 if (nla_strlcpy(indev, indev_tlv, IFNAMSIZ) >= IFNAMSIZ) { in tcf_change_indev()
516 NL_SET_ERR_MSG_ATTR(extack, indev_tlv, in tcf_change_indev()
522 NL_SET_ERR_MSG_ATTR(extack, indev_tlv, in tcf_change_indev()
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h543 tcf_change_indev(struct net *net, struct nlattr *indev_tlv, in tcf_change_indev() argument
549 if (nla_strscpy(indev, indev_tlv, IFNAMSIZ) < 0) { in tcf_change_indev()
550 NL_SET_ERR_MSG_ATTR(extack, indev_tlv, in tcf_change_indev()
556 NL_SET_ERR_MSG_ATTR(extack, indev_tlv, in tcf_change_indev()

Completed in 8 milliseconds