File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ sctp_state_fn_t sctp_sf_do_6_2_sack;
156156sctp_state_fn_t sctp_sf_autoclose_timer_expire ;
157157
158158/* Prototypes for utility support functions. */
159- __u8 sctp_get_chunk_type (struct sctp_chunk * chunk );
160159const struct sctp_sm_table_entry * sctp_sm_lookup_event (
161160 struct net * net ,
162161 enum sctp_event_type event_type ,
@@ -166,8 +165,6 @@ int sctp_chunk_iif(const struct sctp_chunk *);
166165struct sctp_association * sctp_make_temp_asoc (const struct sctp_endpoint * ,
167166 struct sctp_chunk * ,
168167 gfp_t gfp );
169- __u32 sctp_generate_verification_tag (void );
170- void sctp_populate_tie_tags (__u8 * cookie , __u32 curTag , __u32 hisTag );
171168
172169/* Prototypes for chunk-building functions. */
173170struct sctp_chunk * sctp_make_init (const struct sctp_association * asoc ,
Original file line number Diff line number Diff line change @@ -1122,8 +1122,6 @@ void sctp_outq_free(struct sctp_outq*);
11221122void sctp_outq_tail (struct sctp_outq * , struct sctp_chunk * chunk , gfp_t );
11231123int sctp_outq_sack (struct sctp_outq * , struct sctp_chunk * );
11241124int sctp_outq_is_empty (const struct sctp_outq * );
1125- void sctp_outq_restart (struct sctp_outq * );
1126-
11271125void sctp_retransmit (struct sctp_outq * q , struct sctp_transport * transport ,
11281126 enum sctp_retransmit_reason reason );
11291127void sctp_retransmit_mark (struct sctp_outq * , struct sctp_transport * , __u8 );
You can’t perform that action at this time.
0 commit comments