Lines Matching defs:hint
314 const struct sk_buff *hint)
316 return hint && !skb_dst(skb) && ip_hdr(hint)->daddr == iph->daddr &&
317 ip_hdr(hint)->tos == iph->tos;
324 const struct sk_buff *hint)
330 if (ip_can_use_hint(skb, iph, hint)) {
332 ip4h_dscp(iph), dev, hint);
604 struct sk_buff *skb, *next, *hint = NULL;
619 if (ip_rcv_finish_core(net, skb, dev, hint) == NET_RX_DROP)
624 hint = ip_extract_route_hint(net, skb);