Home
last modified time | relevance | path

Searched refs:inet_peer_xrlim_allow (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dinetpeer.c255 bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout) in inet_peer_xrlim_allow() function
276 EXPORT_SYMBOL(inet_peer_xrlim_allow);
H A Dicmp.c330 rc = inet_peer_xrlim_allow(peer, in icmpv4_xrlim_allow()
/openbmc/linux/include/net/
H A Dinetpeer.h146 bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
/openbmc/linux/net/ipv6/
H A Dicmp.c227 res = inet_peer_xrlim_allow(peer, tmo); in icmpv6_xrlim_allow()
H A Dndisc.c1725 ret = inet_peer_xrlim_allow(peer, 1*HZ); in ndisc_send_redirect()
H A Dip6_output.c621 if (inet_peer_xrlim_allow(peer, 1*HZ)) in ip6_forward()