Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 2 of 2) sorted by relevance

/net/tipc/
Dnet.c183 u64 *w1 = (u64 *)&tn->node_id[8]; in __tipc_nl_add_net() local
200 if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID_W1, *w1, 0)) in __tipc_nl_add_net()
284 u64 *w1 = (u64 *)&node_id[8]; in __tipc_nl_net_set() local
289 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in __tipc_nl_net_set()
/net/ipv4/
Dinet_diag.c539 __be32 w1, w2; in bitstring_match() local
542 w1 = a1[words]; in bitstring_match()
547 if ((w1 ^ w2) & mask) in bitstring_match()