ip_input.c (0aade26e6d061ecfaecfd3cb9e7a79e45468260b) ip_input.c (f6dfe47a145263dc5eb67fa4789925ab708709bc)
1/*-
2 * Copyright (c) 1982, 1986, 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 223 unchanged lines hidden (view full) ---

232static void ip_freef(struct ipqhead *, struct ipq *);
233
234#ifndef VIMAGE_GLOBALS
235static void vnet_inet_register(void);
236
237static const vnet_modinfo_t vnet_inet_modinfo = {
238 .vmi_id = VNET_MOD_INET,
239 .vmi_name = "inet",
1/*-
2 * Copyright (c) 1982, 1986, 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 223 unchanged lines hidden (view full) ---

232static void ip_freef(struct ipqhead *, struct ipq *);
233
234#ifndef VIMAGE_GLOBALS
235static void vnet_inet_register(void);
236
237static const vnet_modinfo_t vnet_inet_modinfo = {
238 .vmi_id = VNET_MOD_INET,
239 .vmi_name = "inet",
240 .vmi_size = sizeof(struct vnet_inet)
240};
241
242static void vnet_inet_register()
243{
244
245 vnet_mod_register(&vnet_inet_modinfo);
246}
247

--- 1488 unchanged lines hidden ---
241};
242
243static void vnet_inet_register()
244{
245
246 vnet_mod_register(&vnet_inet_modinfo);
247}
248

--- 1488 unchanged lines hidden ---