Deleted Added
sdiff udiff text old ( 1917:2d0b0bd256ab ) new ( 2184:72d783509598 )
full compact
1# Copyright (c) 2005 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright
9# notice, this list of conditions and the following disclaimer in the

--- 18 unchanged lines hidden (view full) ---

28
29func_categories = { \
30 # Buffer management functions
31 '__skb_linearize' : 'buffer',
32 'skb_clone' : 'buffer',
33 'skb_clone_fraglist' : 'buffer',
34 'skb_seq_read' : 'buffer',
35 'sock_alloc_send_skb' : 'buffer',
36
37 # Copy functions
38 '__copy_user' : 'copy',
39 'skb_copy_bits' : 'copy',
40
41 # Driver functions
42 'do_tx_done' : 'driver',
43 'ns83820_get_drvinfo' : 'driver',
44 'ns83820_get_stats' : 'driver',
45 'ns83820_hard_start_xmit' : 'driver',
46 'ns83820_open' : 'driver',
47 'ns83820_rx_kick' : 'driver',

--- 1889 unchanged lines hidden ---