Searched refs:sctp_packet (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | output.c | 60 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 …]
|
D | sm_statefuns.c | 62 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() 5942 static struct sctp_packet *sctp_abort_pkt_new(struct net *net, in sctp_abort_pkt_new() [all …]
|
D | outqueue.c | 527 static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt, in sctp_outq_flush_rtx() 708 struct sctp_packet *packet; in sctp_outq_flush() 709 struct sctp_packet singleton; in sctp_outq_flush()
|
D | sm_sideeffect.c | 1235 struct sctp_packet *packet; in sctp_cmd_interpreter()
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 76 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;
|
D | command.h | 137 struct sctp_packet *packet; 178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
|
D | sm.h | 280 void sctp_ootb_pkt_free(struct sctp_packet *);
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 323 static int sctp_packet(struct nf_conn *ct, in sctp_packet() function 848 .packet = sctp_packet, 882 .packet = sctp_packet,
|