Home
last modified time | relevance | path

Searched refs:self (Results 1 – 14 of 14) sorted by relevance

/net/tipc/
Dmonitor.c90 struct tipc_peer *self; member
199 return mon->self; in get_self()
272 struct tipc_peer *self = mon->self; in mon_update_local_domain() local
274 struct tipc_mon_domain *dom = self->domain; in mon_update_local_domain()
275 struct tipc_peer *peer = self; in mon_update_local_domain()
282 self->applied = member_cnt; in mon_update_local_domain()
303 mon_apply_domain(mon, self); in mon_update_local_domain()
327 struct tipc_peer *self = mon->self; in mon_assign_roles() local
330 for (; peer != self; peer = peer_nxt(peer)) { in mon_assign_roles()
336 if (head == self) in mon_assign_roles()
[all …]
Ddiscover.c151 u32 self = tipc_own_addr(net); in tipc_disc_addr_trial_msg() local
152 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg()
170 if (!trial && !self) { in tipc_disc_addr_trial_msg()
183 self, sugg_addr, maddr, b); in tipc_disc_addr_trial_msg()
211 u32 self; in tipc_disc_rcv() local
239 self = tipc_own_addr(net); in tipc_disc_rcv()
243 disc_dupl_alert(b, self, &maddr); in tipc_disc_rcv()
246 if (!tipc_in_scope(legacy, dst, self)) in tipc_disc_rcv()
258 tipc_disc_msg_xmit(net, DSC_RESP_MSG, src, self, 0, &maddr, b); in tipc_disc_rcv()
Dname_distr.c79 u32 self = tipc_own_addr(net); in named_prepare_buf() local
84 tipc_msg_init(self, msg, NAME_DISTRIBUTOR, in named_prepare_buf()
409 u32 self = tipc_own_addr(net); in tipc_named_reinit() local
414 p->sk.node = self; in tipc_named_reinit()
416 p->sk.node = self; in tipc_named_reinit()
Dbcast.h58 u32 self; member
63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
Dbcast.c731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() argument
735 nl->self = self; in tipc_nlist_init()
740 if (node == nl->self) in tipc_nlist_add()
748 if (node == nl->self) in tipc_nlist_del()
Dname_table.c575 u32 self = tipc_own_addr(net); in tipc_nametbl_lookup_anycast() local
583 if (!tipc_in_scope(legacy, sk->node, self)) in tipc_nametbl_lookup_anycast()
594 if (sk->node == self) { in tipc_nametbl_lookup_anycast()
632 u32 self = tipc_own_addr(net); in tipc_nametbl_lookup_group() local
654 if (p->sk.ref == exclude && p->sk.node == self) in tipc_nametbl_lookup_group()
Dtopsrv.c612 u32 self = tipc_own_addr(net); in tipc_topsrv_kern_evt() local
617 self, self, port, port, 0); in tipc_topsrv_kern_evt()
Dmsg.c701 u32 self = tipc_own_addr(net); in tipc_msg_lookup_dest() local
724 if (sk.node != self) in tipc_msg_lookup_dest()
725 msg_set_prevnode(msg, self); in tipc_msg_lookup_dest()
Dgroup.c869 u32 self; in tipc_group_member_evt() local
875 self = tipc_own_addr(net); in tipc_group_member_evt()
876 if (!grp->loopback && node == self && port == grp->portid) in tipc_group_member_evt()
Dsocket.c339 u32 self = tipc_own_addr(sock_net(sk)); in tsk_peer_msg() local
355 if (!orig_node && peer_node == self) in tsk_peer_msg()
358 if (!peer_node && orig_node == self) in tsk_peer_msg()
1197 u32 self = tipc_own_addr(net); in tipc_sk_mcast_rcv() local
1221 if (onode == self) in tipc_sk_mcast_rcv()
2830 u32 self = tsk_own_node(tsk); in tipc_sk_check_probing_state() local
2843 pnode, self, pport, oport, TIPC_OK); in tipc_sk_check_probing_state()
Dlink.c500 u32 min_win, u32 max_win, u32 session, u32 self, in tipc_link_create() argument
522 sprintf(self_str, "%x", self); in tipc_link_create()
2694 u32 self = tipc_own_addr(net); in __tipc_nl_add_link() local
2711 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_DEST, tipc_cluster_mask(self))) in __tipc_nl_add_link()
Dcrypto.c1397 u32 self = tipc_own_addr(rx->net); in tipc_crypto_key_synch() local
1409 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
Dnode.c2092 u32 self = tipc_own_addr(net); in tipc_rcv() local
2133 if (unlikely(!msg_short(hdr) && (msg_destnode(hdr) != self))) in tipc_rcv()
/net/bluetooth/
DKconfig118 bool "Bluetooth self testing support"
121 Run self tests when initializing the Bluetooth subsystem. This