Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Doutput.c67 static sctp_xmit_t sctp_packet_can_append_data(struct sctp_packet *packet,
69 static void sctp_packet_append_data(struct sctp_packet *packet,
71 static sctp_xmit_t sctp_packet_will_fit(struct sctp_packet *packet,
75 static void sctp_packet_reset(struct sctp_packet *packet) in sctp_packet_reset()
89 struct sctp_packet *sctp_packet_config(struct sctp_packet *packet, in sctp_packet_config()
113 struct sctp_packet *sctp_packet_init(struct sctp_packet *packet, in sctp_packet_init()
142 void sctp_packet_free(struct sctp_packet *packet) in sctp_packet_free()
164 sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *packet, in sctp_packet_transmit_chunk()
200 static sctp_xmit_t sctp_packet_bundle_auth(struct sctp_packet *pkt, in sctp_packet_bundle_auth()
233 static sctp_xmit_t sctp_packet_bundle_sack(struct sctp_packet *pkt, in sctp_packet_bundle_sack()
[all …]
Dsm_statefuns.c69 static struct sctp_packet *sctp_abort_pkt_new(const struct sctp_endpoint *ep,
77 static struct sctp_packet *sctp_ootb_pkt_new(const struct sctp_association *asoc,
302 struct sctp_packet *packet; in sctp_sf_do_5_1B_init()
496 struct sctp_packet *packet; in sctp_sf_do_5_1C_ack()
1183 struct sctp_packet *pkt; in sctp_sf_send_restart_abort()
1375 struct sctp_packet *packet; in sctp_sf_do_unexpected_init()
3167 struct sctp_packet *packet = NULL; in sctp_sf_tabort_8_4_8()
3429 struct sctp_packet *packet = NULL; in sctp_sf_shut_8_4_5()
4266 struct sctp_packet *packet = NULL; in sctp_sf_abort_violation()
5824 static struct sctp_packet *sctp_abort_pkt_new(const struct sctp_endpoint *ep, in sctp_abort_pkt_new()
[all …]
Doutqueue.c539 static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt, in sctp_outq_flush_rtx()
723 struct sctp_packet *packet; in sctp_outq_flush()
724 struct sctp_packet singleton; in sctp_outq_flush()
Dsm_sideeffect.c1211 struct sctp_packet *packet; in sctp_cmd_interpreter()
/linux-3.4.99/include/net/sctp/
Dstructs.h83 struct sctp_packet;
818 struct sctp_packet { struct
849 struct sctp_packet *sctp_packet_init(struct sctp_packet *, argument
852 struct sctp_packet *sctp_packet_config(struct sctp_packet *, __u32 vtag, int);
853 sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *,
855 sctp_xmit_t sctp_packet_append_chunk(struct sctp_packet *,
857 int sctp_packet_transmit(struct sctp_packet *);
858 void sctp_packet_free(struct sctp_packet *);
860 static inline int sctp_packet_empty(struct sctp_packet *packet) in sctp_packet_empty()
1035 struct sctp_packet packet;
Dcommand.h141 struct sctp_packet *packet;
191 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet)
Dsm.h283 void sctp_ootb_pkt_free(struct sctp_packet *);
/linux-3.4.99/net/netfilter/
Dnf_conntrack_proto_sctp.c288 static int sctp_packet(struct nf_conn *ct, in sctp_packet() function
723 .packet = sctp_packet,
763 .packet = sctp_packet,