netdevice.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 219 | 36% |
空行行数 | 118 | 20% |
実行行数 | 266 | 44% |
合計行数 | 603 | 100% |
内容 | 定義数 |
---|---|
関数数 | 23 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | netdev_record_stat | static void | Record network device statistic |
2 |
Function | netdev_tx | int | Transmit raw packet via network device |
3 |
Function | netdev_tx_complete_err | void | Complete network transmission |
4 |
Function | netdev_tx_complete_next_err | void | Complete network transmission |
5 |
Static | netdev_tx_flush | static void | Flush device's transmit queue |
6 |
Function | netdev_rx | void | Add packet to receive queue |
7 |
Function | netdev_rx_err | void | Discard received packet |
8 |
Function | netdev_poll | void | Poll for completed and received packets on network device |
9 |
Function | netdev_rx_dequeue | struct io_buffer * | Remove packet from device's receive queue |
10 |
Static | netdev_rx_flush | static void | Flush device's receive queue |
11 |
Static | free_netdev | static void | Free network device |
12 |
Function | alloc_netdev | struct net_device * | Allocate network device |
13 |
Function | register_netdev | int | Register network device |
14 |
Function | netdev_open | int | Open network device |
15 |
Function | netdev_close | void | Close network device |
16 |
Function | unregister_netdev | void | Unregister network device |
17 |
Function | netdev_irq | void | Enable or disable interrupts |
18 |
Function | find_netdev | struct net_device * | Get network device by name |
19 |
Function | find_netdev_by_location | struct net_device * | |
20 |
Function | last_opened_netdev | struct net_device * | Get most recently opened network device |
21 |
Function | net_tx | int | Transmit network-layer packet |
22 |
Function | net_rx | int | Process received network-layer packet |
23 |
Static | net_step | static void | Single-step the network stack |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー