Searched defs:shifted (Results 1 - 2 of 2) sorted by relevance

/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c420 int shifted = 0; local
424 while (shifted < shift) {
425 this_shift = min(shift - shifted, LOCAL_BUF_LEN);
427 shifted += this_shift;
/net/ipv4/
H A Dtcp_input.c1283 unsigned int pcount, int shifted, int mss,
1289 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */
1306 TCP_SKB_CB(prev)->end_seq += shifted;
1307 TCP_SKB_CB(skb)->seq += shifted;
1281 tcp_shifted_skb(struct sock *sk, struct sk_buff *skb, struct tcp_sacktag_state *state, unsigned int pcount, int shifted, int mss, bool dup_sack) argument

Completed in 115 milliseconds