Home
last modified time | relevance | path

Searched defs:tipc_port (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/tipc/
Dport.h125 struct tipc_port { struct
138 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *); argument
139 void (*wakeup)(struct tipc_port *); argument
159 struct tipc_port *tipc_createport_raw(void *usr_handle, argument
Dport.c201 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *), in tipc_createport_raw()
202 void (*wakeup)(struct tipc_port *), in tipc_createport_raw()