Home
last modified time | relevance | path

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

/Linux-v6.6/net/kcm/
Dkcmsock.c44 static inline struct kcm_tx_msg *kcm_tx_msg(struct sk_buff *skb) in kcm_tx_msg() function
46 return (struct kcm_tx_msg *)skb->cb; in kcm_tx_msg()
601 kcm_tx_msg(skb_peek(&sk->sk_write_queue))->started_tx = false; in kcm_write_msgs()
609 struct kcm_tx_msg *txm = kcm_tx_msg(head); in kcm_write_msgs()
768 skb = kcm_tx_msg(head)->last_skb; in kcm_sendmsg()
921 kcm_tx_msg(head)->last_skb = skb; in kcm_sendmsg()
/Linux-v6.6/include/net/
Dkcm.h48 struct kcm_tx_msg { struct