Searched refs:dskb (Results 1 – 2 of 2) sorted by relevance
222 struct sk_buff *dskb; in trace_drop_common() local229 dskb = data->skb; in trace_drop_common()231 if (!dskb) in trace_drop_common()234 nlh = (struct nlmsghdr *)dskb->data; in trace_drop_common()250 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()
1693 struct sk_buff *dskb; in cxgbi_conn_pdu_ready() local1695 dskb = skb_peek(&csk->receive_queue); in cxgbi_conn_pdu_ready()1696 if (!dskb) { in cxgbi_conn_pdu_ready()1705 __skb_unlink(dskb, &csk->receive_queue); in cxgbi_conn_pdu_ready()1707 err = skb_read_pdu_data(conn, skb, dskb, 0); in cxgbi_conn_pdu_ready()1715 dskb, dskb->len); in cxgbi_conn_pdu_ready()1716 __kfree_skb(dskb); in cxgbi_conn_pdu_ready()