Lines Matching refs:link
526 struct nlattr *link[TIPC_NLA_LINK_MAX + 1]; in tipc_nl_compat_link_stat_dump() local
535 err = nla_parse_nested_deprecated(link, TIPC_NLA_LINK_MAX, in tipc_nl_compat_link_stat_dump()
540 if (!link[TIPC_NLA_LINK_PROP]) in tipc_nl_compat_link_stat_dump()
544 link[TIPC_NLA_LINK_PROP], NULL, in tipc_nl_compat_link_stat_dump()
549 if (!link[TIPC_NLA_LINK_STATS]) in tipc_nl_compat_link_stat_dump()
553 link[TIPC_NLA_LINK_STATS], NULL, in tipc_nl_compat_link_stat_dump()
568 if (strcmp(name, nla_data(link[TIPC_NLA_LINK_NAME])) != 0) in tipc_nl_compat_link_stat_dump()
572 nla_data(link[TIPC_NLA_LINK_NAME])); in tipc_nl_compat_link_stat_dump()
574 if (link[TIPC_NLA_LINK_BROADCAST]) { in tipc_nl_compat_link_stat_dump()
579 if (link[TIPC_NLA_LINK_ACTIVE]) in tipc_nl_compat_link_stat_dump()
581 else if (link[TIPC_NLA_LINK_UP]) in tipc_nl_compat_link_stat_dump()
587 nla_get_u32(link[TIPC_NLA_LINK_MTU]), in tipc_nl_compat_link_stat_dump()
596 nla_get_u32(link[TIPC_NLA_LINK_RX]) - in tipc_nl_compat_link_stat_dump()
605 nla_get_u32(link[TIPC_NLA_LINK_TX]) - in tipc_nl_compat_link_stat_dump()
665 struct nlattr *link[TIPC_NLA_LINK_MAX + 1]; in tipc_nl_compat_link_dump() local
672 err = nla_parse_nested_deprecated(link, TIPC_NLA_LINK_MAX, in tipc_nl_compat_link_dump()
677 link_info.dest = htonl(nla_get_flag(link[TIPC_NLA_LINK_DEST])); in tipc_nl_compat_link_dump()
678 link_info.up = htonl(nla_get_flag(link[TIPC_NLA_LINK_UP])); in tipc_nl_compat_link_dump()
679 nla_strlcpy(link_info.str, link[TIPC_NLA_LINK_NAME], in tipc_nl_compat_link_dump()
760 struct nlattr *link; in __tipc_nl_compat_link_set() local
765 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set()
766 if (!link) in __tipc_nl_compat_link_set()
778 nla_nest_end(skb, link); in __tipc_nl_compat_link_set()
823 struct nlattr *link; in tipc_nl_compat_link_reset_stats() local
828 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
829 if (!link) in tipc_nl_compat_link_reset_stats()
843 nla_nest_end(skb, link); in tipc_nl_compat_link_reset_stats()