Home
last modified time | relevance | path

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

/net/tipc/
Dnet.c168 u64 *w1 = (u64 *)&tn->node_id[8]; in __tipc_nl_add_net() local
185 if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID_W1, *w1, 0)) in __tipc_nl_add_net()
269 u64 *w1 = (u64 *)&node_id[8]; in __tipc_nl_net_set() local
274 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in __tipc_nl_net_set()
Dnode.c2248 u64 *w1 = (u64 *)&node_id[8]; in tipc_nl_peer_rm() local
2275 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in tipc_nl_peer_rm()
/net/ipv4/
Dinet_diag.c638 __be32 w1, w2; in bitstring_match() local
641 w1 = a1[words]; in bitstring_match()
646 if ((w1 ^ w2) & mask) in bitstring_match()