Searched refs:sackh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dcommand.h143 sctp_sackhdr_t *sackh; member in union:__anon18459
193 SCTP_ARG_CONSTRUCTOR(SACKH, sctp_sackhdr_t *, sackh)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_sideeffect.c711 struct sctp_sackhdr *sackh)
715 if (sctp_outq_sack(&asoc->outqueue, sackh)) {
1196 struct sctp_sackhdr sackh; local
1576 sackh.cum_tsn_ack = cmd->obj.be32;
1577 sackh.a_rwnd = asoc->peer.rwnd +
1579 sackh.num_gap_ack_blocks = 0;
1580 sackh.num_dup_tsns = 0;
1582 SCTP_SACKH(&sackh));
709 sctp_cmd_process_sack(sctp_cmd_seq_t *cmds, struct sctp_association *asoc, struct sctp_sackhdr *sackh) argument
H A Dsm_statefuns.c3055 sctp_sackhdr_t *sackh; local
3067 sackh = sctp_sm_pull_sack(chunk);
3069 if (!sackh)
3071 chunk->subh.sack_hdr = sackh;
3072 ctsn = ntohl(sackh->cum_tsn_ack);
3094 sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK, SCTP_SACKH(sackh));

Completed in 94 milliseconds