Home
last modified time | relevance | path

Searched refs:err_handler (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/net/
Dprotocol.h40 void (*err_handler)(struct sk_buff *skb, u32 info); member
53 void (*err_handler)(struct sk_buff *skb, member
/linux-2.4.37.9/net/ipv4/
Dprotocol.c69 err_handler: tcp_v4_err,
80 err_handler: udp_err,
Dicmp.c665 if (protocol == ipprot->protocol && ipprot->err_handler) in icmp_unreach()
666 ipprot->err_handler(skb, info); in icmp_unreach()
Dipip.c871 err_handler: ipip_err,
/linux-2.4.37.9/net/ipv6/
Dicmp.c465 if (ipprot->err_handler) in icmpv6_notify()
466 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify()
/linux-2.4.37.9/net/sctp/
Dprotocol.c874 .err_handler = sctp_v4_err,
Dipv6.c928 .err_handler = sctp_v6_err,