Searched refs:tipc_createport_raw (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_port.h77 * tipc_createport_raw - create a native TIPC port and return it's reference
82 u32 tipc_createport_raw(void *usr_handle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcore.c279 EXPORT_SYMBOL(tipc_createport_raw); variable
H A Dport.c215 * tipc_createport_raw - create a native TIPC port
220 u32 tipc_createport_raw(void *usr_handle, function
1027 ref = tipc_createport_raw(NULL, port_dispatcher, port_wakeup, importance);
H A Dsocket.c175 ref = tipc_createport_raw(NULL, &dispatch, &wakeupdispatch, TIPC_LOW_IMPORTANCE);

Completed in 77 milliseconds