Searched refs:sctp_sackhdr (Results 1 – 5 of 5) sorted by relevance
123 struct sctp_sackhdr *sackh;164 SCTP_ARG_CONSTRUCTOR(SACKH, struct sctp_sackhdr *, sackh) in SCTP_ARG_CONSTRUCTOR()
381 struct sctp_sackhdr { struct391 struct sctp_sackhdr sack_hdr; argument
42 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn);47 struct sctp_sackhdr *sack,1226 struct sctp_sackhdr *sack) in sctp_sack_update_unack_data()1251 struct sctp_sackhdr *sack = chunk->subh.sack_hdr; in sctp_outq_sack()1439 struct sctp_sackhdr *sack, in sctp_check_transmitted()1772 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn) in sctp_acked()
99 static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk);3413 struct sctp_sackhdr *sackh; in sctp_sf_eat_sack_6_2()6304 static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk) in sctp_sm_pull_sack()6306 struct sctp_sackhdr *sack; in sctp_sm_pull_sack()6314 sack = (struct sctp_sackhdr *) chunk->skb->data; in sctp_sm_pull_sack()6318 len = sizeof(struct sctp_sackhdr); in sctp_sm_pull_sack()
1288 struct sctp_sackhdr sackh; in sctp_cmd_interpreter()