Searched defs:kcm_tx_msg (Results 1 – 2 of 2) sorted by relevance
48 struct kcm_tx_msg { struct49 unsigned int sent;50 unsigned int frag_offset;51 unsigned int msg_flags;52 bool started_tx;53 struct sk_buff *frag_skb;54 struct sk_buff *last_skb;
44 static inline struct kcm_tx_msg *kcm_tx_msg(struct sk_buff *skb) in kcm_tx_msg() function