Searched refs:fwdtsn_hdr (Results 1 – 5 of 5) sorted by relevance
609 struct sctp_fwdtsn_hdr fwdtsn_hdr; member626 struct sctp_ifwdtsn_hdr fwdtsn_hdr; member
451 for (pos = (void *)(chunk->subh.fwdtsn_hdr + 1);\452 (void *)pos <= (void *)(chunk->subh.fwdtsn_hdr + 1) + end - sizeof(struct sctp_fwdtsn_skip);\
591 struct sctp_fwdtsn_hdr *fwdtsn_hdr; member
4256 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...]
3580 retval->subh.fwdtsn_hdr = in sctp_make_fwdtsn()