name_table.c (d8182804cfd6503e73dc1c0a409903412a389541) | name_table.c (a8f48af587b0f257c49dce5b49a62554a4b8627e) |
---|---|
1/* 2 * net/tipc/name_table.c: TIPC name table code 3 * 4 * Copyright (c) 2000-2006, 2014, Ericsson AB 5 * Copyright (c) 2004-2008, 2010-2011, Wind River Systems 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 130 unchanged lines hidden (view full) --- 139 publ->lower = lower; 140 publ->upper = upper; 141 publ->scope = scope; 142 publ->node = node; 143 publ->ref = port_ref; 144 publ->key = key; 145 INIT_LIST_HEAD(&publ->local_list); 146 INIT_LIST_HEAD(&publ->pport_list); | 1/* 2 * net/tipc/name_table.c: TIPC name table code 3 * 4 * Copyright (c) 2000-2006, 2014, Ericsson AB 5 * Copyright (c) 2004-2008, 2010-2011, Wind River Systems 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 130 unchanged lines hidden (view full) --- 139 publ->lower = lower; 140 publ->upper = upper; 141 publ->scope = scope; 142 publ->node = node; 143 publ->ref = port_ref; 144 publ->key = key; 145 INIT_LIST_HEAD(&publ->local_list); 146 INIT_LIST_HEAD(&publ->pport_list); |
147 INIT_LIST_HEAD(&publ->subscr.nodesub_list); | 147 INIT_LIST_HEAD(&publ->nodesub_list); |
148 return publ; 149} 150 151/** 152 * tipc_subseq_alloc - allocate a specified number of sub-sequence structures 153 */ 154static struct sub_seq *tipc_subseq_alloc(u32 cnt) 155{ --- 1031 unchanged lines hidden --- | 148 return publ; 149} 150 151/** 152 * tipc_subseq_alloc - allocate a specified number of sub-sequence structures 153 */ 154static struct sub_seq *tipc_subseq_alloc(u32 cnt) 155{ --- 1031 unchanged lines hidden --- |