Lines Matching refs:skb_info
860 struct dp83640_skb_info *skb_info;
862 skb_info = (struct dp83640_skb_info *)skb->cb;
863 if (match(skb, skb_info->ptp_type, rxts)) {
887 struct dp83640_skb_info *skb_info;
909 skb_info = (struct dp83640_skb_info *)skb->cb;
910 if (time_after(jiffies, skb_info->tmo)) {
1295 struct dp83640_skb_info *skb_info;
1297 skb_info = (struct dp83640_skb_info *)skb->cb;
1298 if (!time_after(jiffies, skb_info->tmo)) {
1315 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb;
1349 skb_info->ptp_type = type;
1350 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT;
1363 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb;
1377 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT;