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

/linux-master/net/tipc/
H A Deth_media.c93 .min_win = TIPC_DEF_LINK_WIN,
H A Dib_media.c99 .min_win = TIPC_DEF_LINK_WIN,
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 in struct:tipc_media
142 * @min_win: minimum window (in packets) before declaring link congestion
167 u32 min_win; member in struct:tipc_bearer
H A Dlink.c124 * @min_win: minimal send window to be used by link
191 u16 min_win; member in struct:tipc_link
332 return l->min_win;
468 * @min_win: minimal send window to be used by link
485 u32 min_win, u32 max_win, u32 session, u32 self,
529 tipc_link_set_queue_limits(l, min_win, max_win);
549 * @min_win: minimal send window to be used by link
563 int mtu, u32 min_win, u32 max_win, u16 peer_caps,
571 if (!tipc_link_create(net, "", MAX_BEARERS, 0, 'Z', mtu, 0, min_win,
1130 l->window = l->min_win;
483 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) argument
562 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) argument
2537 tipc_link_set_queue_limits(struct tipc_link *l, u32 min_win, u32 max_win) argument
[all...]
H A Dbcast.c112 int min_win = tipc_link_min_win(bb->link); local
129 min_win,
H A Dbearer.c337 b->min_win = m->min_win;
H A Dudp_media.c849 .min_win = TIPC_DEF_LINK_WIN,
H A Dnode.c1281 b->min_win, b->max_win, session,

Completed in 125 milliseconds