Home
last modified time | relevance | path

Searched refs:tipc_link_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/net/tipc/
H A Dlink.h131 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq);
H A Dtrace.h272 DEFINE_LINK_EVENT(tipc_link_timeout);
H A Dlink.c819 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_timeout() function
H A Dnode.c836 rc = tipc_link_timeout(le->link, &xmitq); in tipc_node_timeout()