Searched refs:first_skb (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c3397 struct sk_buff *first_skb=NULL, *last_skb=NULL; local
3469 first_skb = new_skb;
3472 if (first_skb->data[0]>>4 == 4)
3473 first_skb->protocol = htons(ETH_P_IP);
3474 else if (first_skb->data[0]>>4 == 6)
3475 first_skb->protocol = htons(ETH_P_IPV6);
3479 first_skb->protocol = hdlc_type_trans(first_skb, sc->net_dev);
3481 first_skb->protocol = htons(ETH_P_HDLC);
3483 first_skb
[all...]

Completed in 50 milliseconds