Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/sctp/
Dulpevent.h49 struct sctp_ulpevent { struct
63 static inline struct sk_buff *sctp_event2skb(const struct sctp_ulpevent *ev) in sctp_event2skb() argument
69 static inline struct sctp_ulpevent *sctp_skb2event(struct sk_buff *skb) in sctp_skb2event()
71 return (struct sctp_ulpevent *)skb->cb; in sctp_skb2event()
74 void sctp_ulpevent_free(struct sctp_ulpevent *);
75 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *);
78 struct sctp_ulpevent *sctp_ulpevent_make_assoc_change(
88 struct sctp_ulpevent *sctp_ulpevent_make_peer_addr_change(
96 struct sctp_ulpevent *sctp_ulpevent_make_remote_error(
101 struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
[all …]
Dcommand.h136 struct sctp_ulpevent *ulpevent;
177 SCTP_ARG_CONSTRUCTOR(ULPEVENT, struct sctp_ulpevent *, ulpevent) in SCTP_ARG_CONSTRUCTOR()
Dulpqueue.h61 int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sctp_ulpevent *ev);
Dsctp.h390 struct sctp_ulpevent *event = sctp_skb2event(skb); in sctp_skb_set_owner_r()
Dstructs.h501 void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
/linux-4.4.14/net/sctp/
Dulpevent.c46 static void sctp_ulpevent_receive_data(struct sctp_ulpevent *event,
48 static void sctp_ulpevent_release_data(struct sctp_ulpevent *event);
49 static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event);
53 static void sctp_ulpevent_init(struct sctp_ulpevent *event, in sctp_ulpevent_init()
57 memset(event, 0, sizeof(struct sctp_ulpevent)); in sctp_ulpevent_init()
63 static struct sctp_ulpevent *sctp_ulpevent_new(int size, int msg_flags, in sctp_ulpevent_new()
66 struct sctp_ulpevent *event; in sctp_ulpevent_new()
83 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *event) in sctp_ulpevent_is_notification()
91 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event, in sctp_ulpevent_set_owner()
107 static inline void sctp_ulpevent_release_owner(struct sctp_ulpevent *event) in sctp_ulpevent_release_owner()
[all …]
Dulpqueue.c47 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
48 struct sctp_ulpevent *);
49 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *,
50 struct sctp_ulpevent *);
74 struct sctp_ulpevent *event; in sctp_ulpq_flush()
99 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
157 struct sctp_ulpevent *event; in sctp_clear_pd()
193 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event()
283 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
286 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
[all …]
Dsm_sideeffect.c548 struct sctp_ulpevent *event; in sctp_cmd_init_failed()
574 struct sctp_ulpevent *event; in sctp_cmd_assoc_failed()
893 struct sctp_ulpevent *ev; in sctp_cmd_process_operr()
980 struct sctp_ulpevent *ev; in sctp_cmd_assoc_change()
994 struct sctp_ulpevent *ev; in sctp_cmd_adaptation_ind()
Dchunk.c92 struct sctp_ulpevent *ev; in sctp_datamsg_destroy()
Dsm_statefuns.c225 struct sctp_ulpevent *ev; in sctp_sf_do_4_C()
659 struct sctp_ulpevent *ev, *ai_ev = NULL; in sctp_sf_do_5_1D_ce()
882 struct sctp_ulpevent *ev; in sctp_sf_do_5_1E_ca()
1706 struct sctp_ulpevent *ev; in sctp_sf_do_dupcook_a()
1913 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL; in sctp_sf_do_dupcook_d()
2634 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_shutdown()
3331 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_final()
4121 struct sctp_ulpevent *ev; in sctp_sf_eat_auth()
5211 struct sctp_ulpevent *event; in sctp_sf_do_no_pending_tsn()
Dipv6.c735 static void sctp_inet6_event_msgname(struct sctp_ulpevent *event, in sctp_inet6_event_msgname()
790 struct sctp_ulpevent *ev = sctp_skb2event(skb); in sctp_inet6_skb_msgname()
Dprotocol.c893 static void sctp_inet_event_msgname(struct sctp_ulpevent *event, char *msgname, in sctp_inet_event_msgname()
1360 sock_skb_cb_check_size(sizeof(struct sctp_ulpevent)); in sctp_init()
Dsocket.c2066 struct sctp_ulpevent *event = NULL; in sctp_recvmsg()
2194 struct sctp_ulpevent *event; in sctp_setsockopt_events()
6912 struct sctp_ulpevent *event = sctp_skb2event(skb); in sctp_sock_rfree()
7240 struct sctp_ulpevent *event; in sctp_sock_migrate()
Dassociola.c777 struct sctp_ulpevent *event; in sctp_assoc_control_transport()