Make it possible to build IP stack as a module
This is not pretty, but it works.
This commit is contained in:
parent
9dc4573cce
commit
77b228276c
26 changed files with 1494 additions and 25 deletions
|
@ -65,6 +65,7 @@ int inet_twsk_bind_unhash(struct inet_timewait_sock *tw,
|
|||
*/
|
||||
return 1;
|
||||
}
|
||||
EXPORT_SYMBOL(inet_twsk_unhash);
|
||||
|
||||
/* Must be called with locally disabled BHs. */
|
||||
static void __inet_twsk_kill(struct inet_timewait_sock *tw,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue