HomeSort by: relevance | last modified time | path
    Searched defs:todrop (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_input.c 347 tcp_urp_drop(struct tcphdr *th, int todrop, int *tiflags)
349 if (th->th_urp > todrop) {
350 th->th_urp -= todrop;
992 int todrop; local in function:tcp_vtw_input
997 todrop = vp->rcv_nxt - th->th_seq;
999 if (todrop > 0) {
1004 todrop--;
1006 if (todrop > tlen ||
1007 (todrop == tlen && (tiflags & TH_FIN) == 0)) {
1022 todrop = tlen
1200 int todrop, acked, ourfinisacked, needoutput = 0; local in function:tcp_input
    [all...]
tcp_input.c 347 tcp_urp_drop(struct tcphdr *th, int todrop, int *tiflags)
349 if (th->th_urp > todrop) {
350 th->th_urp -= todrop;
992 int todrop; local in function:tcp_vtw_input
997 todrop = vp->rcv_nxt - th->th_seq;
999 if (todrop > 0) {
1004 todrop--;
1006 if (todrop > tlen ||
1007 (todrop == tlen && (tiflags & TH_FIN) == 0)) {
1022 todrop = tlen
1200 int todrop, acked, ourfinisacked, needoutput = 0; local in function:tcp_input
    [all...]
tcp_input.c 347 tcp_urp_drop(struct tcphdr *th, int todrop, int *tiflags)
349 if (th->th_urp > todrop) {
350 th->th_urp -= todrop;
992 int todrop; local in function:tcp_vtw_input
997 todrop = vp->rcv_nxt - th->th_seq;
999 if (todrop > 0) {
1004 todrop--;
1006 if (todrop > tlen ||
1007 (todrop == tlen && (tiflags & TH_FIN) == 0)) {
1022 todrop = tlen
1200 int todrop, acked, ourfinisacked, needoutput = 0; local in function:tcp_input
    [all...]

Completed in 33 milliseconds