Home
last modified time | relevance | path

Searched refs:sctp_packet (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/sctp/
H A Doutput.c49 static void sctp_packet_append_data(struct sctp_packet *packet,
51 static enum sctp_xmit sctp_packet_will_fit(struct sctp_packet *packet,
55 static void sctp_packet_reset(struct sctp_packet *packet) in sctp_packet_reset()
73 void sctp_packet_config(struct sctp_packet *packet, __u32 vtag, in sctp_packet_config()
144 void sctp_packet_init(struct sctp_packet *packet, in sctp_packet_init()
161 void sctp_packet_free(struct sctp_packet *packet) in sctp_packet_free()
180 enum sctp_xmit sctp_packet_transmit_chunk(struct sctp_packet *packet, in sctp_packet_transmit_chunk()
383 enum sctp_xmit sctp_packet_append_chunk(struct sctp_packet *packet, in sctp_packet_append_chunk()
436 static int sctp_packet_pack(struct sctp_packet *packet, in sctp_packet_pack()
569 int sctp_packet_transmit(struct sctp_packet *packet, gfp_t gfp) in sctp_packet_transmit()
[all …]
H A Dsm_statefuns.c326 struct sctp_packet *packet; in sctp_sf_do_5_1B_init()
526 struct sctp_packet *packet; in sctp_sf_do_5_1C_ack()
1332 struct sctp_packet *pkt; in sctp_sf_send_restart_abort()
1522 struct sctp_packet *packet; in sctp_sf_do_unexpected_init()
3476 struct sctp_packet *packet = NULL; in sctp_sf_tabort_8_4_8()
3523 struct sctp_packet *packet = NULL; in sctp_sf_new_encap_port()
3782 struct sctp_packet *packet = NULL; in sctp_sf_shut_8_4_5()
4699 struct sctp_packet *packet = NULL; in sctp_sf_abort_violation()
6325 struct sctp_packet *packet; in sctp_abort_pkt_new()
6366 struct sctp_packet *packet; in sctp_ootb_pkt_new()
[all …]
H A Doutqueue.c598 static int __sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt, in __sctp_outq_flush_rtx()
774 struct sctp_packet singleton; in sctp_packet_singleton()
795 struct sctp_packet *packet;
1159 struct sctp_packet *packet; in sctp_outq_flush_transports()
H A Dsm_sideeffect.c1281 struct sctp_packet *packet; in sctp_cmd_interpreter()
/openbmc/linux/include/net/sctp/
H A Dstructs.h64 struct sctp_packet;
706 struct sctp_packet { struct
738 void sctp_packet_init(struct sctp_packet *, struct sctp_transport *, argument
740 void sctp_packet_config(struct sctp_packet *, __u32 vtag, int);
741 enum sctp_xmit sctp_packet_transmit_chunk(struct sctp_packet *packet,
744 enum sctp_xmit sctp_packet_append_chunk(struct sctp_packet *packet,
746 int sctp_packet_transmit(struct sctp_packet *, gfp_t);
747 void sctp_packet_free(struct sctp_packet *);
749 static inline int sctp_packet_empty(struct sctp_packet *packet) in sctp_packet_empty()
953 struct sctp_packet packet;
H A Dcommand.h122 struct sctp_packet *packet;
163 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
H A Dsm.h316 void sctp_ootb_pkt_free(struct sctp_packet *packet);