Home
last modified time | relevance | path

Searched refs:sctp_sackhdr (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dcommand.h123 struct sctp_sackhdr *sackh;
164 SCTP_ARG_CONSTRUCTOR(SACKH, struct sctp_sackhdr *, sackh) in SCTP_ARG_CONSTRUCTOR()
H A Dstructs.h588 struct sctp_sackhdr *sack_hdr;
/OK3568_Linux_fs/kernel/include/linux/
H A Dsctp.h382 struct sctp_sackhdr { struct
392 struct sctp_sackhdr sack_hdr; argument
/OK3568_Linux_fs/kernel/net/sctp/
H A Doutqueue.c42 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn);
47 struct sctp_sackhdr *sack,
1203 struct sctp_sackhdr *sack) in sctp_sack_update_unack_data()
1228 struct sctp_sackhdr *sack = chunk->subh.sack_hdr; in sctp_outq_sack()
1413 struct sctp_sackhdr *sack, in sctp_check_transmitted()
1747 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn) in sctp_acked()
H A Dsm_statefuns.c90 static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk);
3336 struct sctp_sackhdr *sackh; in sctp_sf_eat_sack_6_2()
6191 static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk) in sctp_sm_pull_sack()
6193 struct sctp_sackhdr *sack; in sctp_sm_pull_sack()
6201 sack = (struct sctp_sackhdr *) chunk->skb->data; in sctp_sm_pull_sack()
6205 len = sizeof(struct sctp_sackhdr); in sctp_sm_pull_sack()
H A Dsm_sideeffect.c1270 struct sctp_sackhdr sackh; in sctp_cmd_interpreter()
H A Dsm_make_chunk.c761 struct sctp_sackhdr sack; in sctp_make_sack()