Searched refs:X25_SKB_CB (Results 1 – 3 of 3) sorted by relevance
57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output()
1148 X25_SKB_CB(skb)->flags = msg->msg_flags; in x25_sendmsg()
310 #define X25_SKB_CB(s) ((struct x25_skb_cb *) ((s)->cb)) macro