Searched refs:err_handler (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | protocol.h | 40 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/ |
D | protocol.c | 69 err_handler: tcp_v4_err, 80 err_handler: udp_err,
|
D | icmp.c | 665 if (protocol == ipprot->protocol && ipprot->err_handler) in icmp_unreach() 666 ipprot->err_handler(skb, info); in icmp_unreach()
|
D | ipip.c | 871 err_handler: ipip_err,
|
/linux-2.4.37.9/net/ipv6/ |
D | icmp.c | 465 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/ |
D | protocol.c | 874 .err_handler = sctp_v4_err,
|
D | ipv6.c | 928 .err_handler = sctp_v6_err,
|