tag | line | file | source code |
---|---|---|---|
send_to_wire | 475 | net/ipx/af_ipx.c | int send_to_wire = 1; |
send_to_wire | 482 | net/ipx/af_ipx.c | send_to_wire = 0; |
send_to_wire | 489 | net/ipx/af_ipx.c | ipxitf_demux_socket(intrfc, skb, send_to_wire); |
send_to_wire | 490 | net/ipx/af_ipx.c | if (!send_to_wire) return 0; |
send_to_wire | 497 | net/ipx/af_ipx.c | send_to_wire = 0; |
send_to_wire | 500 | net/ipx/af_ipx.c | if (!send_to_wire) { |