Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Doutput.c60 static sctp_xmit_t __sctp_packet_append_chunk(struct sctp_packet *packet,
62 static sctp_xmit_t sctp_packet_can_append_data(struct sctp_packet *packet,
64 static void sctp_packet_append_data(struct sctp_packet *packet,
66 static sctp_xmit_t sctp_packet_will_fit(struct sctp_packet *packet,
70 static void sctp_packet_reset(struct sctp_packet *packet) in sctp_packet_reset()
84 struct sctp_packet *sctp_packet_config(struct sctp_packet *packet, in sctp_packet_config()
107 struct sctp_packet *sctp_packet_init(struct sctp_packet *packet, in sctp_packet_init()
135 void sctp_packet_free(struct sctp_packet *packet) in sctp_packet_free()
154 sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *packet, in sctp_packet_transmit_chunk()
189 static sctp_xmit_t sctp_packet_bundle_auth(struct sctp_packet *pkt, in sctp_packet_bundle_auth()
[all …]
Dsm_statefuns.c62 static struct sctp_packet *sctp_abort_pkt_new(struct net *net,
71 static struct sctp_packet *sctp_ootb_pkt_new(struct net *net,
314 struct sctp_packet *packet; in sctp_sf_do_5_1B_init()
509 struct sctp_packet *packet; in sctp_sf_do_5_1C_ack()
1205 struct sctp_packet *pkt; in sctp_sf_send_restart_abort()
1399 struct sctp_packet *packet; in sctp_sf_do_unexpected_init()
3239 struct sctp_packet *packet = NULL; in sctp_sf_tabort_8_4_8()
3505 struct sctp_packet *packet = NULL; in sctp_sf_shut_8_4_5()
4336 struct sctp_packet *packet = NULL; in sctp_sf_abort_violation()
5941 static struct sctp_packet *sctp_abort_pkt_new(struct net *net, in sctp_abort_pkt_new()
[all …]
Doutqueue.c526 static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt, in sctp_outq_flush_rtx()
707 struct sctp_packet *packet; in sctp_outq_flush()
708 struct sctp_packet singleton; in sctp_outq_flush()
Dsm_sideeffect.c1235 struct sctp_packet *packet; in sctp_cmd_interpreter()
/linux-4.1.27/include/net/sctp/
Dstructs.h76 struct sctp_packet;
687 struct sctp_packet { struct
717 struct sctp_packet *sctp_packet_init(struct sctp_packet *, argument
720 struct sctp_packet *sctp_packet_config(struct sctp_packet *, __u32 vtag, int);
721 sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *,
723 sctp_xmit_t sctp_packet_append_chunk(struct sctp_packet *,
725 int sctp_packet_transmit(struct sctp_packet *);
726 void sctp_packet_free(struct sctp_packet *);
728 static inline int sctp_packet_empty(struct sctp_packet *packet) in sctp_packet_empty()
909 struct sctp_packet packet;
Dcommand.h137 struct sctp_packet *packet;
178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
Dsm.h280 void sctp_ootb_pkt_free(struct sctp_packet *);
/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_sctp.c302 static int sctp_packet(struct nf_conn *ct, in sctp_packet() function
795 .packet = sctp_packet,
829 .packet = sctp_packet,