Searched hist:"28633514 afd68afa77ed2fa34fa53626837bf2d5" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | fib_semantics.c | diff 28633514afd68afa77ed2fa34fa53626837bf2d5 Thu Feb 09 18:40:58 CST 2006 Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> [NETLINK]: illegal use of pid in rtnetlink
When a netlink message is not related to a netlink socket, it is issued by kernel socket with pid 0. Netlink "pid" has nothing to do with current->pid. I called it incorrectly, if it was named "port", the confusion would be avoided.
Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | devinet.c | diff 28633514afd68afa77ed2fa34fa53626837bf2d5 Thu Feb 09 18:40:58 CST 2006 Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> [NETLINK]: illegal use of pid in rtnetlink
When a netlink message is not related to a netlink socket, it is issued by kernel socket with pid 0. Netlink "pid" has nothing to do with current->pid. I called it incorrectly, if it was named "port", the confusion would be avoided.
Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff 28633514afd68afa77ed2fa34fa53626837bf2d5 Thu Feb 09 18:40:58 CST 2006 Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> [NETLINK]: illegal use of pid in rtnetlink
When a netlink message is not related to a netlink socket, it is issued by kernel socket with pid 0. Netlink "pid" has nothing to do with current->pid. I called it incorrectly, if it was named "port", the confusion would be avoided.
Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|