Searched hist:b80c0e78582d4a3a004dc1ade4eb06babc6a4eea (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv6/ |
H A D | syncookies.c | diff b80c0e78582d4a3a004dc1ade4eb06babc6a4eea Fri Jun 05 03:30:43 CEST 2015 Eric Dumazet <edumazet@google.com> tcp: get_cookie_sock() consolidation
IPv4 and IPv6 share same implementation of get_cookie_sock(), and there is no point inlining it.
We add tcp_ prefix to the common helper name and export it.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | syncookies.c | diff b80c0e78582d4a3a004dc1ade4eb06babc6a4eea Fri Jun 05 03:30:43 CEST 2015 Eric Dumazet <edumazet@google.com> tcp: get_cookie_sock() consolidation
IPv4 and IPv6 share same implementation of get_cookie_sock(), and there is no point inlining it.
We add tcp_ prefix to the common helper name and export it.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/net/ |
H A D | tcp.h | diff b80c0e78582d4a3a004dc1ade4eb06babc6a4eea Fri Jun 05 03:30:43 CEST 2015 Eric Dumazet <edumazet@google.com> tcp: get_cookie_sock() consolidation
IPv4 and IPv6 share same implementation of get_cookie_sock(), and there is no point inlining it.
We add tcp_ prefix to the common helper name and export it.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|