Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/sctp/
Dulpevent.h56 struct sctp_ulpevent { struct
70 static inline struct sk_buff *sctp_event2skb(const struct sctp_ulpevent *ev) in sctp_event2skb() argument
76 static inline struct sctp_ulpevent *sctp_skb2event(struct sk_buff *skb) in sctp_skb2event()
78 return (struct sctp_ulpevent *)skb->cb; in sctp_skb2event()
81 void sctp_ulpevent_free(struct sctp_ulpevent *);
82 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *);
85 struct sctp_ulpevent *sctp_ulpevent_make_assoc_change(
95 struct sctp_ulpevent *sctp_ulpevent_make_peer_addr_change(
103 struct sctp_ulpevent *sctp_ulpevent_make_remote_error(
108 struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
[all …]
Dcommand.h140 struct sctp_ulpevent *ulpevent;
190 SCTP_ARG_CONSTRUCTOR(ULPEVENT, struct sctp_ulpevent *, ulpevent)
Dulpqueue.h69 int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sctp_ulpevent *ev);
Dsctp.h464 struct sctp_ulpevent *event = sctp_skb2event(skb); in sctp_skb_set_owner_r()
624 SCTP_ASSERT(sizeof(struct sctp_ulpevent) <= in sctp_sanity_check()
Dstructs.h634 void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
/linux-3.4.99/net/sctp/
Dulpevent.c53 static void sctp_ulpevent_receive_data(struct sctp_ulpevent *event,
55 static void sctp_ulpevent_release_data(struct sctp_ulpevent *event);
56 static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event);
60 SCTP_STATIC void sctp_ulpevent_init(struct sctp_ulpevent *event, in sctp_ulpevent_init()
64 memset(event, 0, sizeof(struct sctp_ulpevent)); in sctp_ulpevent_init()
70 SCTP_STATIC struct sctp_ulpevent *sctp_ulpevent_new(int size, int msg_flags, in sctp_ulpevent_new()
73 struct sctp_ulpevent *event; in sctp_ulpevent_new()
90 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *event) in sctp_ulpevent_is_notification()
98 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event, in sctp_ulpevent_set_owner()
114 static inline void sctp_ulpevent_release_owner(struct sctp_ulpevent *event) in sctp_ulpevent_release_owner()
[all …]
Dulpqueue.c53 static struct sctp_ulpevent * sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
54 struct sctp_ulpevent *);
55 static struct sctp_ulpevent * sctp_ulpq_order(struct sctp_ulpq *,
56 struct sctp_ulpevent *);
81 struct sctp_ulpevent *event; in sctp_ulpq_flush()
108 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
163 struct sctp_ulpevent *event; in sctp_clear_pd()
199 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event()
285 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
288 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
[all …]
Dsm_sideeffect.c529 struct sctp_ulpevent *event; in sctp_cmd_init_failed()
555 struct sctp_ulpevent *event; in sctp_cmd_assoc_failed()
858 struct sctp_ulpevent *ev; in sctp_cmd_process_operr()
945 struct sctp_ulpevent *ev; in sctp_cmd_assoc_change()
959 struct sctp_ulpevent *ev; in sctp_cmd_adaptation_ind()
Dchunk.c99 struct sctp_ulpevent *ev; in sctp_datamsg_destroy()
Dsm_statefuns.c214 struct sctp_ulpevent *ev; in sctp_sf_do_4_C()
645 struct sctp_ulpevent *ev, *ai_ev = NULL; in sctp_sf_do_5_1D_ce()
867 struct sctp_ulpevent *ev; in sctp_sf_do_5_1E_ca()
1678 struct sctp_ulpevent *ev; in sctp_sf_do_dupcook_a()
1867 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL; in sctp_sf_do_dupcook_d()
2573 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_shutdown()
3257 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_final()
4053 struct sctp_ulpevent *ev; in sctp_sf_eat_auth()
5116 struct sctp_ulpevent *event; in sctp_sf_do_no_pending_tsn()
Dipv6.c715 static void sctp_inet6_event_msgname(struct sctp_ulpevent *event, in sctp_inet6_event_msgname()
774 struct sctp_ulpevent *ev = sctp_skb2event(skb); in sctp_inet6_skb_msgname()
Dsocket.c2057 struct sctp_ulpevent *event = NULL; in sctp_recvmsg()
2185 struct sctp_ulpevent *event; in sctp_setsockopt_events()
6452 struct sctp_ulpevent *event = sctp_skb2event(skb); in sctp_sock_rfree()
6761 struct sctp_ulpevent *event; in sctp_sock_migrate()
Dprotocol.c897 static void sctp_inet_event_msgname(struct sctp_ulpevent *event, char *msgname, in sctp_inet_event_msgname()
Dassociola.c840 struct sctp_ulpevent *event; in sctp_assoc_control_transport()