Home
last modified time | relevance | path

Searched refs:tipc_bearer_xmit (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/tipc/
Dbearer.h239 void tipc_bearer_xmit(struct net *net, u32 bearer_id,
Dnode.c843 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_timeout()
935 tipc_bearer_xmit(n->net, bearer_id, xmitq, maddr, n); in tipc_node_link_up()
1095 tipc_bearer_xmit(n->net, bearer_id, &xmitq, maddr, n); in tipc_node_link_down()
1744 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_xmit()
1902 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_bc_rcv()
2194 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_rcv()
2230 tipc_bearer_xmit(net, bearer_id, &xmitq, &e->maddr, NULL); in tipc_node_apply_property()
2489 tipc_bearer_xmit(net, bearer_id, &xmitq, &node->links[bearer_id].maddr, in tipc_nl_node_set_link()
Dbearer.c569 void tipc_bearer_xmit(struct net *net, u32 bearer_id, in tipc_bearer_xmit() function