Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Doutput.c422 if (SCTP_OUTPUT_CB(head)->last == head) in sctp_packet_gso_append()
425 SCTP_OUTPUT_CB(head)->last->next = skb; in sctp_packet_gso_append()
426 SCTP_OUTPUT_CB(head)->last = skb; in sctp_packet_gso_append()
449 SCTP_OUTPUT_CB(head)->last = head; in sctp_packet_pack()
/linux-6.12.1/include/net/sctp/
Dstructs.h1154 #define SCTP_OUTPUT_CB(__skb) ((struct sctp_output_cb *)&((__skb)->cb[0])) macro