Searched refs:ip_is_idle_packet (Results 1 – 6 of 6) sorted by relevance
40 int ip_is_idle_packet (const struct ip *, int);
306 ip_is_idle_packet(const struct ip * pip, int len) in ip_is_idle_packet() function
481 if (ppp->timeout_sec > 0 && !ip_is_idle_packet(iphdr, lpktp)) in npppd_iface_network_input_ipv4()
964 if (ppp->timeout_sec > 0 && !ip_is_idle_packet(pip, lbuf)) in npppd_network_output()
467 struct mbuf *ip_is_idle_packet (struct mbuf *, int *);
829 m0 = ip_is_idle_packet(m0, &is_idle); in pipex_ip_output()1061 m0 = ip_is_idle_packet(m0, &is_idle); in pipex_ip_input()2943 ip_is_idle_packet(struct mbuf *m0, int *ris_idle) in ip_is_idle_packet() function