Searched refs:tipc_link_build_state_msg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 134 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
|
H A D | node.c | 888 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up() 1859 tipc_link_build_state_msg(ucl, xmitq); in tipc_node_bc_sync_rcv() 1901 tipc_link_build_state_msg(le->link, &xmitq); in tipc_node_bc_rcv()
|
H A D | link.c | 1707 /* tipc_link_build_state_msg: prepare link state message for transmission 1712 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_state_msg() function 1841 rc |= tipc_link_build_state_msg(l, xmitq); in tipc_link_rcv()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.h | 134 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
|
H A D | node.c | 869 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up() 1830 tipc_link_build_state_msg(ucl, xmitq); in tipc_node_bc_sync_rcv() 1872 tipc_link_build_state_msg(le->link, &xmitq); in tipc_node_bc_rcv()
|
H A D | link.c | 1671 /* tipc_link_build_state_msg: prepare link state message for transmission 1676 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_state_msg() function 1805 rc |= tipc_link_build_state_msg(l, xmitq); in tipc_link_rcv()
|
Completed in 26 milliseconds