Searched refs:kcm_tx_msg (Results 1 – 2 of 2) sorted by relevance
42 static inline struct kcm_tx_msg *kcm_tx_msg(struct sk_buff *skb) in kcm_tx_msg() function44 return (struct kcm_tx_msg *)skb->cb; in kcm_tx_msg()578 struct kcm_tx_msg *txm; in kcm_write_msgs()594 kcm_tx_msg(skb_peek(&sk->sk_write_queue))->sent = 0; in kcm_write_msgs()601 txm = kcm_tx_msg(head); in kcm_write_msgs()624 txm = kcm_tx_msg(head); in kcm_write_msgs()784 skb = kcm_tx_msg(head)->last_skb; in kcm_sendpage()877 kcm_tx_msg(head)->last_skb = skb; in kcm_sendpage()920 skb = kcm_tx_msg(head)->last_skb; in kcm_sendmsg()1050 kcm_tx_msg(head)->last_skb = skb; in kcm_sendmsg()
48 struct kcm_tx_msg { struct