mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
the TCP/IP protocol suite (rather than being general transport-layer functions).
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user