Octavian Purdila wrote:
>
> int inet_is_reserved_local_port(int port)
> {
> if (test_bit(port, reserved_ports))
> return 1;
> return 0;
> }
>
Above check is exactly what I'm doing in the LSM hook.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
- [RFC Patch] net: reserve ports for applications using fix... Amerigo Wang
- Re: [RFC Patch] net: reserve ports for applications ... Eric Dumazet
- Re: [RFC Patch] net: reserve ports for applications ... Octavian Purdila
- Re: [RFC Patch] net: reserve ports for applicati... Cong Wang
- Re: [RFC Patch] net: reserve ports for appli... Octavian Purdila
- Re: [RFC Patch] net: reserve ports for a... David Miller
- Re: [RFC Patch] net: reserve ports ... Octavian Purdila
- Re: [RFC Patch] net: reserve po... David Miller
- Re: [RFC Patch] net: reserve po... Tetsuo Handa
- Re: [RFC Patch] net: reserv... David Miller
- Re: [RFC Patch] net: reserv... Tetsuo Handa
- Re: [RFC Patch] net: reserv... Octavian Purdila
- Re: [RFC Patch] net: reserv... Cong Wang
- Re: [RFC Patch] net: reserv... Octavian Purdila
- Re: [RFC Patch] net: reserve po... Cong Wang
- Re: [RFC Patch] net: reserv... Octavian Purdila
- Re: [RFC Patch] net: reserv... Cong Wang
- Re: [RFC Patch] net: reserv... Octavian Purdila
- Re: [RFC Patch] net: reserve ports for applications ... Bart Van Assche
