Searched refs:nl (Results 1 – 5 of 5) sorted by relevance
/net/tipc/ |
D | bcast.c | 731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() argument 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() 738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add() argument 740 if (node == nl->self) in tipc_nlist_add() 741 nl->local = true; in tipc_nlist_add() 742 else if (tipc_dest_push(&nl->list, node, 0)) in tipc_nlist_add() 743 nl->remote++; in tipc_nlist_add() 746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del() argument [all …]
|
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);
|
D | node.c | 864 struct tipc_link *nl = n->links[bearer_id].link; in __tipc_node_link_up() local 866 if (!nl || tipc_link_is_up(nl)) in __tipc_node_link_up() 869 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); in __tipc_node_link_up() 870 if (!tipc_link_is_up(nl)) in __tipc_node_link_up() 875 n->link_id = tipc_link_id(nl); in __tipc_node_link_up() 878 n->links[bearer_id].mtu = tipc_link_mss(nl); in __tipc_node_link_up() 884 tipc_link_name(nl), tipc_link_plane(nl)); in __tipc_node_link_up() 888 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up() 896 tipc_link_set_active(nl, true); in __tipc_node_link_up() 897 tipc_bcast_add_peer(n->net, nl, xmitq); in __tipc_node_link_up() [all …]
|
/net/ieee802154/ |
D | Makefile | 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
|
/net/bridge/ |
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()
|