Home
last modified time | relevance | path

Searched refs:SCTP_OUTPUT_CB (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/sctp/
Doutput.c392 if (SCTP_OUTPUT_CB(head)->last == head) in sctp_packet_gso_append()
395 SCTP_OUTPUT_CB(head)->last->next = skb; in sctp_packet_gso_append()
396 SCTP_OUTPUT_CB(head)->last = skb; in sctp_packet_gso_append()
419 SCTP_OUTPUT_CB(head)->last = head; in sctp_packet_pack()
/Linux-v5.4/include/net/sctp/
Dstructs.h1137 #define SCTP_OUTPUT_CB(__skb) ((struct sctp_output_cb *)&((__skb)->cb[0])) macro