Searched refs:net_icmp_offload (Results 1 – 3 of 3) sorted by relevance
221 struct net_icmp_offload { struct251 int net_icmp_register_offload_ping(struct net_icmp_offload *ctx, argument262 int net_icmp_unregister_offload_ping(struct net_icmp_offload *ctx);277 int net_icmp_get_offload_rsp_handler(struct net_icmp_offload *ctx,
78 struct net_icmp_offload *offload; in set_offload_handler()377 struct net_icmp_offload *offload; in get_offloaded_ping_handler()561 int net_icmp_register_offload_ping(struct net_icmp_offload *ctx, in net_icmp_register_offload_ping()577 memset(ctx, 0, sizeof(struct net_icmp_offload)); in net_icmp_register_offload_ping()593 int net_icmp_unregister_offload_ping(struct net_icmp_offload *ctx) in net_icmp_unregister_offload_ping()611 memset(ctx, 0, sizeof(struct net_icmp_offload)); in net_icmp_unregister_offload_ping()616 int net_icmp_get_offload_rsp_handler(struct net_icmp_offload *ctx, in net_icmp_get_offload_rsp_handler()
172 static struct net_icmp_offload offload_data;330 struct net_icmp_offload *icmp_offload_ctx = &offload_data; in offload_ping_handler()