Home
last modified time | relevance | path

Searched refs:fwdtsn_hdr (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dsctp.h609 struct sctp_fwdtsn_hdr fwdtsn_hdr; member
626 struct sctp_ifwdtsn_hdr fwdtsn_hdr; member
/linux/include/net/sctp/
H A Dsctp.h451 for (pos = (void *)(chunk->subh.fwdtsn_hdr + 1);\
452 (void *)pos <= (void *)(chunk->subh.fwdtsn_hdr + 1) + end - sizeof(struct sctp_fwdtsn_skip);\
H A Dstructs.h591 struct sctp_fwdtsn_hdr *fwdtsn_hdr; member
/linux/net/sctp/
H A Dsm_statefuns.c4256 struct sctp_fwdtsn_hdr *fwdtsn_hdr; in sctp_sf_eat_fwd_tsn()
4275 fwdtsn_hdr = (struct sctp_fwdtsn_hdr *)chunk->skb->data; in sctp_sf_eat_fwd_tsn()
4276 chunk->subh.fwdtsn_hdr = fwdtsn_hdr; in sctp_sf_eat_fwd_tsn()
4281 tsn = ntohl(fwdtsn_hdr->new_cum_tsn); in sctp_sf_eat_fwd_tsn()
4323 struct sctp_fwdtsn_hdr *fwdtsn_hdr; in sctp_sf_eat_fwd_tsn_fast()
4342 fwdtsn_hdr = (struct sctp_fwdtsn_hdr *)chunk->skb->data; in sctp_sf_eat_fwd_tsn_fast()
4343 chunk->subh.fwdtsn_hdr = fwdtsn_hdr; in sctp_sf_eat_fwd_tsn_fast()
4348 tsn = ntohl(fwdtsn_hdr in sctp_sf_eat_fwd_tsn_fast()
4254 struct sctp_fwdtsn_hdr *fwdtsn_hdr; sctp_sf_eat_fwd_tsn() local
4321 struct sctp_fwdtsn_hdr *fwdtsn_hdr; sctp_sf_eat_fwd_tsn_fast() local
[all...]
H A Dsm_make_chunk.c3580 retval->subh.fwdtsn_hdr = in sctp_make_fwdtsn()