Lines Matching refs:skb_info
862 struct dp83640_skb_info *skb_info;
864 skb_info = (struct dp83640_skb_info *)skb->cb;
865 if (match(skb, skb_info->ptp_type, rxts)) {
889 struct dp83640_skb_info *skb_info;
911 skb_info = (struct dp83640_skb_info *)skb->cb;
912 if (time_after(jiffies, skb_info->tmo)) {
1306 struct dp83640_skb_info *skb_info;
1308 skb_info = (struct dp83640_skb_info *)skb->cb;
1309 if (!time_after(jiffies, skb_info->tmo)) {
1326 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb;
1360 skb_info->ptp_type = type;
1361 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT;
1374 struct dp83640_skb_info *skb_info = (struct dp83640_skb_info *)skb->cb;
1388 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT;