Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Doutput.c420 if (SCTP_OUTPUT_CB(head)->last == head) in sctp_packet_gso_append()
423 SCTP_OUTPUT_CB(head)->last->next = skb; in sctp_packet_gso_append()
424 SCTP_OUTPUT_CB(head)->last = skb; in sctp_packet_gso_append()
446 SCTP_OUTPUT_CB(head)->last = head; in sctp_packet_pack()
/Linux-v4.19/include/net/sctp/
Dstructs.h1147 #define SCTP_OUTPUT_CB(__skb) ((struct sctp_output_cb *)&((__skb)->cb[0])) macro