Home
last modified time | relevance | path

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

/Linux-v6.6/net/tipc/
Dbearer.h240 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()
1748 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_xmit()
1906 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_bc_rcv()
2198 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_rcv()
2234 tipc_bearer_xmit(net, bearer_id, &xmitq, &e->maddr, NULL); in tipc_node_apply_property()
2493 tipc_bearer_xmit(net, bearer_id, &xmitq, &node->links[bearer_id].maddr, in tipc_nl_node_set_link()
Dbearer.c580 void tipc_bearer_xmit(struct net *net, u32 bearer_id, in tipc_bearer_xmit() function