diff options
Diffstat (limited to 'src/net/ipv4.c')
| -rw-r--r-- | src/net/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ipv4.c b/src/net/ipv4.c index 208e2d416..4190ef739 100644 --- a/src/net/ipv4.c +++ b/src/net/ipv4.c @@ -546,7 +546,7 @@ void ipv4_rx ( struct pk_buff *pkb, struct net_device *netdev __unused, pkb_pull ( pkb, sizeof ( *iphdr ) ); /* Send it to the transport layer */ - trans_rx ( pkb, iphdr->protocol, src, dest ); + tcpip_rx ( pkb, iphdr->protocol, src, dest ); } /** |
