/net/tipc/ |
D | monitor.c | 90 struct tipc_peer *self; member 169 return mon->self; in get_self() 242 struct tipc_peer *self = mon->self; in mon_update_local_domain() local 244 struct tipc_mon_domain *dom = self->domain; in mon_update_local_domain() 245 struct tipc_peer *peer = self; in mon_update_local_domain() 252 self->applied = member_cnt; in mon_update_local_domain() 273 mon_apply_domain(mon, self); in mon_update_local_domain() 297 struct tipc_peer *self = mon->self; in mon_assign_roles() local 300 for (; peer != self; peer = peer_nxt(peer)) { in mon_assign_roles() 306 if (head == self) in mon_assign_roles() [all …]
|
D | discover.c | 150 u32 self = tipc_own_addr(net); in tipc_disc_addr_trial_msg() local 151 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg() 169 if (!trial && !self) { in tipc_disc_addr_trial_msg() 182 self, sugg_addr, maddr, b); in tipc_disc_addr_trial_msg() 210 u32 self; in tipc_disc_rcv() local 238 self = tipc_own_addr(net); in tipc_disc_rcv() 242 disc_dupl_alert(b, self, &maddr); in tipc_disc_rcv() 245 if (!tipc_in_scope(legacy, dst, self)) in tipc_disc_rcv() 257 tipc_disc_msg_xmit(net, DSC_RESP_MSG, src, self, 0, &maddr, b); in tipc_disc_rcv()
|
D | name_distr.c | 72 u32 self = tipc_own_addr(net); in named_prepare_buf() local 77 tipc_msg_init(self, msg, NAME_DISTRIBUTOR, in named_prepare_buf() 340 u32 self = tipc_own_addr(net); in tipc_named_reinit() local 345 publ->node = self; in tipc_named_reinit() 347 publ->node = self; in tipc_named_reinit()
|
D | bcast.h | 57 u32 self; member 62 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
|
D | bcast.c | 718 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() argument 722 nl->self = self; in tipc_nlist_init() 727 if (node == nl->self) in tipc_nlist_add() 735 if (node == nl->self) in tipc_nlist_del()
|
D | name_table.c | 427 u32 self = tipc_own_addr(net); in tipc_nametbl_translate() local 435 if (!tipc_in_scope(legacy, *dnode, self)) in tipc_nametbl_translate() 449 if (*dnode == self) { in tipc_nametbl_translate() 478 u32 self = tipc_own_addr(net); in tipc_nametbl_lookup() local 498 if (p->port == exclude && p->node == self) in tipc_nametbl_lookup() 648 u32 self = tipc_own_addr(net); in tipc_nametbl_withdraw() local 654 p = tipc_nametbl_remove_publ(net, type, lower, upper, self, key); in tipc_nametbl_withdraw()
|
D | topsrv.c | 612 u32 self = tipc_own_addr(net); in tipc_topsrv_kern_evt() local 617 self, self, port, port, 0); in tipc_topsrv_kern_evt()
|
D | group.c | 868 u32 self; in tipc_group_member_evt() local 874 self = tipc_own_addr(net); in tipc_group_member_evt() 875 if (!grp->loopback && node == self && port == grp->portid) in tipc_group_member_evt()
|
D | socket.c | 294 u32 self = tipc_own_addr(sock_net(sk)); in tsk_peer_msg() local 310 if (!orig_node && peer_node == self) in tsk_peer_msg() 313 if (!peer_node && orig_node == self) in tsk_peer_msg() 1146 u32 self = tipc_own_addr(net); in tipc_sk_mcast_rcv() local 1187 if (onode == self) in tipc_sk_mcast_rcv() 2676 u32 self = tsk_own_node(tsk); in tipc_sk_check_probing_state() local 2689 pnode, self, pport, oport, TIPC_OK); in tipc_sk_check_probing_state()
|
D | link.c | 444 int window, u32 session, u32 self, in tipc_link_create() argument 466 sprintf(self_str, "%x", self); in tipc_link_create() 2449 u32 self = tipc_own_addr(net); in __tipc_nl_add_link() local 2466 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_DEST, tipc_cluster_mask(self))) in __tipc_nl_add_link()
|
D | node.c | 1931 u32 self = tipc_own_addr(net); in tipc_rcv() local 1954 if (unlikely(!msg_short(hdr) && (msg_destnode(hdr) != self))) in tipc_rcv()
|
/net/bluetooth/ |
D | Kconfig | 97 bool "Bluetooth self testing support" 100 Run self tests when initializing the Bluetooth subsystem. This
|