Home
last modified time | relevance | path

Searched refs:SKB_DROP_REASON_IP_LOCALNET (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Ddropreason-core.h469 /** @SKB_DROP_REASON_IP_LOCALNET: source or dest ip is local net */
470 SKB_DROP_REASON_IP_LOCALNET,
489 SKB_DROP_REASON_IP_LOCALNET, global() enumerator
/linux/net/ipv4/
H A Droute.c1725 return SKB_DROP_REASON_IP_LOCALNET; in ip_mc_validate_source()
2215 reason = SKB_DROP_REASON_IP_LOCALNET; in ip_route_use_hint()
2323 reason = SKB_DROP_REASON_IP_LOCALNET; in ip_route_input_slow()
2328 reason = SKB_DROP_REASON_IP_LOCALNET; in ip_route_input_slow()