Home
last modified time | relevance | path

Searched refs:min_win (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/net/tipc/
H A Dlink.h76 u32 min_win, u32 max_win, u32 session, u32 ownnode,
84 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
127 void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win);
H A Dbearer.h96 * @min_win: minimum window (in packets) before declaring link congestion
123 u32 min_win; member
142 * @min_win: minimum window (in packets) before declaring link congestion
167 u32 min_win; member
H A Dib_media.c99 .min_win = TIPC_DEF_LINK_WIN,
H A Deth_media.c93 .min_win = TIPC_DEF_LINK_WIN,
H A Dlink.c139 * @min_win: minimal send window to be used by link
206 u16 min_win; member
347 return l->min_win; in tipc_link_min_win()
483 * @min_win: minimal send window to be used by link
500 u32 min_win, u32 max_win, u32 session, u32 self, in tipc_link_create()
544 tipc_link_set_queue_limits(l, min_win, max_win); in tipc_link_create()
564 * @min_win: minimal send window to be used by link
578 int mtu, u32 min_win, u32 max_win, u16 peer_caps, in tipc_link_bc_create()
586 if (!tipc_link_create(net, "", MAX_BEARERS, 0, 'Z', mtu, 0, min_win, in tipc_link_bc_create()
1145 l->window = l->min_win; in tipc_link_update_cwin()
498 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, u32 min_win, u32 max_win, u32 session, u32 self, u32 peer, u8 *peer_id, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument
577 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id, int mtu, u32 min_win, u32 max_win, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument
2552 tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win) tipc_link_set_queue_limits() argument
[all...]
H A Dbcast.c112 int min_win = tipc_link_min_win(bb->link); in tipc_bcbase_select_primary() local
129 min_win, in tipc_bcbase_select_primary()
H A Dbearer.c337 b->min_win = m->min_win; in tipc_enable_bearer()
H A Dudp_media.c849 .min_win = TIPC_DEF_LINK_WIN,
H A Dnode.c1283 b->min_win, b->max_win, session, in tipc_node_check_dest()
/kernel/linux/linux-5.10/net/tipc/
H A Dlink.h76 u32 min_win, u32 max_win, u32 session, u32 ownnode,
84 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
127 void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win);
H A Dbearer.h96 * @min_win: minimum window (in packets) before declaring link congestion
123 u32 min_win; member
142 * @min_win: minimum window (in packets) before declaring link congestion
167 u32 min_win; member
H A Dib_media.c99 .min_win = TIPC_DEF_LINK_WIN,
H A Deth_media.c93 .min_win = TIPC_DEF_LINK_WIN,
H A Dlink.c178 u16 min_win; member
319 return l->min_win; in tipc_link_min_win()
455 * @min_win: minimal send window to be used by link
471 u32 min_win, u32 max_win, u32 session, u32 self, in tipc_link_create()
515 tipc_link_set_queue_limits(l, min_win, max_win); in tipc_link_create()
535 * @min_win: minimal send window to be used by link
544 int mtu, u32 min_win, u32 max_win, u16 peer_caps, in tipc_link_bc_create()
552 if (!tipc_link_create(net, "", MAX_BEARERS, 0, 'Z', mtu, 0, min_win, in tipc_link_bc_create()
1110 l->window = l->min_win; in tipc_link_update_cwin()
2516 void tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u3 argument
469 tipc_link_create(struct net *net, char *if_name, int bearer_id, int tolerance, char net_plane, u32 mtu, int priority, u32 min_win, u32 max_win, u32 session, u32 self, u32 peer, u8 *peer_id, u16 peer_caps, struct tipc_link *bc_sndlink, struct tipc_link *bc_rcvlink, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link **link) tipc_link_create() argument
543 tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id, int mtu, u32 min_win, u32 max_win, u16 peer_caps, struct sk_buff_head *inputq, struct sk_buff_head *namedq, struct tipc_link *bc_sndlink, struct tipc_link **link) tipc_link_bc_create() argument
[all...]
H A Dbcast.c112 int min_win = tipc_link_min_win(bb->link); in tipc_bcbase_select_primary() local
129 min_win, in tipc_bcbase_select_primary()
H A Dbearer.c329 b->min_win = m->min_win; in tipc_enable_bearer()
H A Dudp_media.c845 .min_win = TIPC_DEF_LINK_WIN,
H A Dnode.c1256 b->min_win, b->max_win, session, in tipc_node_check_dest()

Completed in 32 milliseconds