Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dcommand.h139 struct sctp_sackhdr *sackh;
180 SCTP_ARG_CONSTRUCTOR(SACKH, struct sctp_sackhdr *, sackh) in SCTP_ARG_CONSTRUCTOR()
Dstructs.h604 struct sctp_sackhdr *sack_hdr;
/Linux-v4.19/include/linux/
Dsctp.h397 struct sctp_sackhdr { struct
407 struct sctp_sackhdr sack_hdr; argument
/Linux-v4.19/net/sctp/
Doutqueue.c56 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn);
61 struct sctp_sackhdr *sack,
1218 struct sctp_sackhdr *sack) in sctp_sack_update_unack_data()
1243 struct sctp_sackhdr *sack = chunk->subh.sack_hdr; in sctp_outq_sack()
1422 struct sctp_sackhdr *sack, in sctp_check_transmitted()
1756 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn) in sctp_acked()
Dsm_statefuns.c105 static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk);
3294 struct sctp_sackhdr *sackh; in sctp_sf_eat_sack_6_2()
6124 static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk) in sctp_sm_pull_sack()
6126 struct sctp_sackhdr *sack; in sctp_sm_pull_sack()
6134 sack = (struct sctp_sackhdr *) chunk->skb->data; in sctp_sm_pull_sack()
6138 len = sizeof(struct sctp_sackhdr); in sctp_sm_pull_sack()
Dsm_sideeffect.c1301 struct sctp_sackhdr sackh; in sctp_cmd_interpreter()
Dsm_make_chunk.c769 struct sctp_sackhdr sack; in sctp_make_sack()