Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dbearer.h240 void tipc_bearer_xmit(struct net *net, u32 bearer_id,
Dnode.c841 tipc_bearer_xmit(n->net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_timeout()
933 tipc_bearer_xmit(n->net, bearer_id, xmitq, maddr, n); in tipc_node_link_up()
1093 tipc_bearer_xmit(n->net, bearer_id, &xmitq, maddr, n); in tipc_node_link_down()
1746 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_xmit()
1904 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_node_bc_rcv()
2197 tipc_bearer_xmit(net, bearer_id, &xmitq, &le->maddr, n); in tipc_rcv()
2233 tipc_bearer_xmit(net, bearer_id, &xmitq, &e->maddr, NULL); in tipc_node_apply_property()
2492 tipc_bearer_xmit(net, bearer_id, &xmitq, &node->links[bearer_id].maddr, in tipc_nl_node_set_link()
Dbearer.c584 void tipc_bearer_xmit(struct net *net, u32 bearer_id, in tipc_bearer_xmit() function