Searched refs:nl (Results 1 – 5 of 5) sorted by relevance
| /net/tipc/ |
| A D | bcast.c | 733 memset(nl, 0, sizeof(*nl)); in tipc_nlist_init() 734 INIT_LIST_HEAD(&nl->list); in tipc_nlist_init() 735 nl->self = self; in tipc_nlist_init() 740 if (node == nl->self) in tipc_nlist_add() 741 nl->local = true; in tipc_nlist_add() 743 nl->remote++; in tipc_nlist_add() 748 if (node == nl->self) in tipc_nlist_del() 749 nl->local = false; in tipc_nlist_del() 751 nl->remote--; in tipc_nlist_del() 757 nl->remote = 0; in tipc_nlist_purge() [all …]
|
| A D | bcast.h | 63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self); 64 void tipc_nlist_purge(struct tipc_nlist *nl); 65 void tipc_nlist_add(struct tipc_nlist *nl, u32 node); 66 void tipc_nlist_del(struct tipc_nlist *nl, u32 node);
|
| A D | node.c | 864 if (!nl || tipc_link_is_up(nl)) in __tipc_node_link_up() 867 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); in __tipc_node_link_up() 868 if (!tipc_link_is_up(nl)) in __tipc_node_link_up() 873 n->link_id = tipc_link_id(nl); in __tipc_node_link_up() 876 n->links[bearer_id].mtu = tipc_link_mss(nl); in __tipc_node_link_up() 882 tipc_link_name(nl), tipc_link_plane(nl)); in __tipc_node_link_up() 886 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up() 894 tipc_link_set_active(nl, true); in __tipc_node_link_up() 895 tipc_bcast_add_peer(n->net, nl, xmitq); in __tipc_node_link_up() 904 tipc_link_set_active(nl, true); in __tipc_node_link_up() [all …]
|
| /net/ieee802154/ |
| A D | Makefile | 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
|
| /net/bridge/ |
| A D | br_sysfs_if.c | 217 char *nl = strchr(buf, '\n'); in store_backup_port() local 219 if (nl) in store_backup_port() 220 *nl = '\0'; in store_backup_port()
|
Completed in 16 milliseconds