| /net/tipc/ |
| A D | monitor.c | 272 struct tipc_peer *self = mon->self; in mon_update_local_domain() local 327 struct tipc_peer *self = mon->self; in mon_assign_roles() local 393 struct tipc_peer *self = mon->self; in tipc_mon_add_peer() local 407 prev = self; in tipc_mon_add_peer() 638 self = mon->self; in mon_timeout() 639 if (self && (best_member_cnt != self->applied)) { in mon_timeout() 658 self = kzalloc(sizeof(*self), GFP_ATOMIC); in tipc_mon_create() 662 kfree(self); in tipc_mon_create() 670 mon->self = self; in tipc_mon_create() 705 kfree(self); in tipc_mon_delete() [all …]
|
| A D | discover.c | 151 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()
|
| A D | name_distr.c | 71 u32 self = tipc_own_addr(net); in named_prepare_buf() local 76 tipc_msg_init(self, msg, NAME_DISTRIBUTOR, in named_prepare_buf() 401 u32 self = tipc_own_addr(net); in tipc_named_reinit() local 406 p->sk.node = self; in tipc_named_reinit() 408 p->sk.node = self; in tipc_named_reinit()
|
| A D | bcast.h | 58 u32 self; member 63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
|
| A D | bcast.c | 731 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()
|
| A D | name_table.c | 575 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()
|
| A D | topsrv.c | 617 u32 self = tipc_own_addr(net); in tipc_topsrv_kern_evt() local 622 self, self, port, port, 0); in tipc_topsrv_kern_evt()
|
| A D | msg.c | 705 u32 self = tipc_own_addr(net); in tipc_msg_lookup_dest() local 728 if (sk.node != self) in tipc_msg_lookup_dest() 729 msg_set_prevnode(msg, self); in tipc_msg_lookup_dest()
|
| A D | group.c | 869 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()
|
| A D | socket.c | 337 u32 self = tipc_own_addr(sock_net(sk)); in tsk_peer_msg() local 353 if (!orig_node && peer_node == self) in tsk_peer_msg() 356 if (!peer_node && orig_node == self) in tsk_peer_msg() 1193 u32 self = tipc_own_addr(net); in tipc_sk_mcast_rcv() local 1217 if (onode == self) in tipc_sk_mcast_rcv() 2829 u32 self = tsk_own_node(tsk); in tipc_sk_check_probing_state() local 2842 pnode, self, pport, oport, TIPC_OK); in tipc_sk_check_probing_state()
|
| A D | link.c | 478 u32 min_win, u32 max_win, u32 session, u32 self, in tipc_link_create() argument 500 sprintf(self_str, "%x", self); in tipc_link_create() 2675 u32 self = tipc_own_addr(net); in __tipc_nl_add_link() local 2692 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_DEST, tipc_cluster_mask(self))) in __tipc_nl_add_link()
|
| A D | crypto.c | 1395 u32 self = tipc_own_addr(rx->net); in tipc_crypto_key_synch() local 1407 if (!ehdr->destined || msg_short(hdr) || msg_destnode(hdr) != self) in tipc_crypto_key_synch()
|
| A D | node.c | 2090 u32 self = tipc_own_addr(net); in tipc_rcv() local 2132 if (unlikely(!msg_short(hdr) && (msg_destnode(hdr) != self))) in tipc_rcv()
|
| /net/bluetooth/ |
| A D | Kconfig | 122 bool "Bluetooth self testing support" 125 Run self tests when initializing the Bluetooth subsystem. This
|