Lines Matching refs:ntohl
375 if (nla_put_u32(skb, TIPC_NLA_BEARER_DOMAIN, ntohl(b->disc_domain))) in tipc_nl_compat_bearer_enable()
378 if (ntohl(b->priority) <= TIPC_MAX_LINK_PRI) { in tipc_nl_compat_bearer_enable()
382 if (nla_put_u32(skb, TIPC_NLA_PROP_PRIO, ntohl(b->priority))) in tipc_nl_compat_bearer_enable()
589 return nla_put_u32(skb, TIPC_NLA_PROP_PRIO, ntohl(lc->value)); in __tipc_add_link_prop()
591 return nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value)); in __tipc_add_link_prop()
593 return nla_put_u32(skb, TIPC_NLA_PROP_WIN, ntohl(lc->value)); in __tipc_add_link_prop()
740 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump_header()
770 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump()
771 type = ntohl(ntq->type); in tipc_nl_compat_name_table_dump()
772 lowbound = ntohl(ntq->lowbound); in tipc_nl_compat_name_table_dump()
773 upbound = ntohl(ntq->upbound); in tipc_nl_compat_name_table_dump()
951 val = ntohl(*(__be32 *)TLV_DATA(msg->req)); in tipc_nl_compat_net_set()