Home
last modified time | relevance | path

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

/net/tipc/
A Dmonitor.c272 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 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()
A Dname_distr.c71 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 Dbcast.h58 u32 self; member
63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
A 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()
A 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()
A Dtopsrv.c617 u32 self = tipc_own_addr(net); in tipc_topsrv_kern_evt() local
622 self, self, port, port, 0); in tipc_topsrv_kern_evt()
A Dmsg.c705 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 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()
A Dsocket.c337 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 Dlink.c478 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 Dcrypto.c1395 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 Dnode.c2090 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 DKconfig122 bool "Bluetooth self testing support"
125 Run self tests when initializing the Bluetooth subsystem. This

Completed in 98 milliseconds