Home
last modified time | relevance | path

Searched refs:sctp_ulpevent (Results 1 – 18 of 18) sorted by relevance

/linux/include/net/sctp/
A Dulpevent.h38 struct sctp_ulpevent { struct
66 return (struct sctp_ulpevent *)skb->cb; in sctp_skb2event()
69 void sctp_ulpevent_free(struct sctp_ulpevent *);
73 struct sctp_ulpevent *sctp_ulpevent_make_assoc_change(
86 struct sctp_ulpevent *sctp_ulpevent_make_remote_error(
91 struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
105 struct sctp_ulpevent *sctp_ulpevent_make_shutdown_event(
110 struct sctp_ulpevent *sctp_ulpevent_make_pdapi(
122 struct sctp_ulpevent *sctp_ulpevent_make_authkey(
126 struct sctp_ulpevent *sctp_ulpevent_make_sender_dry_event(
[all …]
A Dsm.h283 struct sctp_ulpevent **evp);
287 struct sctp_ulpevent **evp);
291 struct sctp_ulpevent **evp);
295 struct sctp_ulpevent **evp);
299 struct sctp_ulpevent **evp);
303 struct sctp_ulpevent **evp);
A Dcommand.h121 struct sctp_ulpevent *ulpevent;
162 SCTP_ARG_CONSTRUCTOR(ULPEVENT, struct sctp_ulpevent *, ulpevent) in SCTP_ARG_CONSTRUCTOR()
A Dstream_interleave.h31 struct sctp_ulpevent *event);
A Dsctp.h403 struct sctp_ulpevent *event = sctp_skb2event(skb); in sctp_skb_set_owner_r()
A Dstructs.h496 void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
/linux/net/sctp/
A Dulpevent.c51 struct sctp_ulpevent *event; in sctp_ulpevent_new()
119 struct sctp_ulpevent *event; in sctp_ulpevent_make_assoc_change()
246 struct sctp_ulpevent *event; in sctp_ulpevent_make_peer_addr_change()
344 struct sctp_ulpevent *event; in sctp_ulpevent_notify_peer_addr_change()
373 struct sctp_ulpevent *
379 struct sctp_ulpevent *event; in sctp_ulpevent_make_remote_error()
434 struct sctp_ulpevent *event; in sctp_ulpevent_make_send_failed()
538 struct sctp_ulpevent *event; in sctp_ulpevent_make_send_failed_event()
581 struct sctp_ulpevent *event; in sctp_ulpevent_make_shutdown_event()
643 struct sctp_ulpevent *event; in sctp_ulpevent_make_adaptation_indication()
[all …]
A Dulpqueue.c33 struct sctp_ulpevent *);
35 struct sctp_ulpevent *);
60 struct sctp_ulpevent *event; in sctp_ulpq_flush()
89 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
149 struct sctp_ulpevent *event; in sctp_clear_pd()
186 struct sctp_ulpevent *event; in sctp_ulpq_tail_event()
277 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
325 struct sctp_ulpevent *event; in sctp_make_reassembled_event()
402 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_reassembled()
688 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn()
[all …]
A Dstream_interleave.c127 struct sctp_ulpevent *cevent; in sctp_intl_store_reasm()
186 struct sctp_ulpevent *retval; in sctp_intl_retrieve_partial()
375 struct sctp_ulpevent *cevent; in sctp_intl_store_ordered()
429 struct sctp_ulpevent *cevent = (struct sctp_ulpevent *)pos->cb; in sctp_intl_retrieve_ordered()
474 struct sctp_ulpevent *event; in sctp_enqueue_event()
518 struct sctp_ulpevent *cevent; in sctp_intl_store_reasm_uo()
570 struct sctp_ulpevent *retval; in sctp_intl_retrieve_partial_uo()
766 struct sctp_ulpevent *retval; in sctp_intl_retrieve_first_uo()
828 struct sctp_ulpevent *event; in sctp_ulpevent_idata()
872 struct sctp_ulpevent *retval; in sctp_intl_retrieve_first()
[all …]
A Dstream.c521 struct sctp_ulpevent **evp) in sctp_process_strreset_outreq()
610 struct sctp_ulpevent **evp) in sctp_process_strreset_inreq()
687 struct sctp_ulpevent **evp) in sctp_process_strreset_tsnreq()
784 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_out()
854 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_in()
919 struct sctp_ulpevent **evp) in sctp_process_strreset_resp()
A Dsm_sideeffect.c625 struct sctp_ulpevent *event; in sctp_cmd_init_failed()
651 struct sctp_ulpevent *event; in sctp_cmd_assoc_failed()
966 struct sctp_ulpevent *ev; in sctp_cmd_process_operr()
1043 struct sctp_ulpevent *ev; in sctp_cmd_assoc_change()
1056 struct sctp_ulpevent *ev; in sctp_cmd_peer_no_auth()
1067 struct sctp_ulpevent *ev; in sctp_cmd_adaptation_ind()
A Dchunk.c77 struct sctp_ulpevent *ev; in sctp_datamsg_destroy()
A Dsm_statefuns.c238 struct sctp_ulpevent *ev; in sctp_sf_do_4_C()
705 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_5_1D_ce()
928 struct sctp_ulpevent *ev; in sctp_sf_do_5_1E_ca()
1864 struct sctp_ulpevent *ev; in sctp_sf_do_dupcook_a()
2093 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_dupcook_d()
2853 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_shutdown()
3606 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_final()
4146 struct sctp_ulpevent *ev = NULL; in sctp_sf_do_reconf()
4480 struct sctp_ulpevent *ev; in sctp_sf_eat_auth()
5583 struct sctp_ulpevent *event; in sctp_sf_do_no_pending_tsn()
A Dprotocol.c968 static void sctp_inet_event_msgname(struct sctp_ulpevent *event, char *msgname, in sctp_inet_event_msgname()
1485 sock_skb_cb_check_size(sizeof(struct sctp_ulpevent)); in sctp_init()
A Dauth.c999 struct sctp_ulpevent *ev; in sctp_auth_deact_key_id()
A Dsocket.c2089 struct sctp_ulpevent *event = NULL; in sctp_recvmsg()
2232 struct sctp_ulpevent *event; in sctp_setsockopt_events()
4260 struct sctp_ulpevent *event; in sctp_assoc_ulpevent_type_set()
9141 struct sctp_ulpevent *ev; in sctp_wfree()
9166 struct sctp_ulpevent *event = sctp_skb2event(skb); in sctp_sock_rfree()
9501 struct sctp_ulpevent *event; in sctp_sock_migrate()
A Dipv6.c858 static void sctp_inet6_event_msgname(struct sctp_ulpevent *event, in sctp_inet6_event_msgname()
A Dsm_make_chunk.c85 struct sctp_ulpevent *ev; in sctp_control_release_owner()

Completed in 75 milliseconds