Lines Matching refs:ntohl
372 if (nla_put_u32(skb, TIPC_NLA_BEARER_DOMAIN, ntohl(b->disc_domain))) in tipc_nl_compat_bearer_enable()
375 if (ntohl(b->priority) <= TIPC_MAX_LINK_PRI) { in tipc_nl_compat_bearer_enable()
379 if (nla_put_u32(skb, TIPC_NLA_PROP_PRIO, ntohl(b->priority))) in tipc_nl_compat_bearer_enable()
600 if (nla_put_u32(skb, TIPC_NLA_PROP_PRIO, ntohl(lc->value))) in tipc_nl_compat_link_set()
603 if (nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value))) in tipc_nl_compat_link_set()
606 if (nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value))) in tipc_nl_compat_link_set()
650 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump_header()
680 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump()
681 type = ntohl(ntq->type); in tipc_nl_compat_name_table_dump()
682 lowbound = ntohl(ntq->lowbound); in tipc_nl_compat_name_table_dump()
683 upbound = ntohl(ntq->upbound); in tipc_nl_compat_name_table_dump()
860 val = ntohl(*(__be32 *)TLV_DATA(msg->req)); in tipc_nl_compat_net_set()