Displaying 5 results from an estimated 5 matches for "br_nf_forward_ip".
2014 Apr 10
0
questions about ebtable ip extension
br_nf_forward_ip() {
parent = bridge_parent(out);
NF_HOOK(pf, NF_INET_FORWARD, skb, brnf_get_logical_dev(skb, in), parent, br_nf_forward_finish);
}
here, let us suppose pf = NFPROTO_IPV4, i think the return value of brnf_get_logical_dev(skb, in) equals parent ?
its comment 'This is the 'purely bridged'...
2014 Apr 10
0
questions about ebtable ip extension
br_nf_forward_ip() {
parent = bridge_parent(out);
NF_HOOK(pf, NF_INET_FORWARD, skb, brnf_get_logical_dev(skb, in), parent, br_nf_forward_finish);
}
here, let us suppose pf = NFPROTO_IPV4, i think the return value of brnf_get_logical_dev(skb, in) equals parent ?
its comment 'This is the 'purely bridged'...
2014 Apr 10
0
questions about ebtable ip extension
br_nf_forward_ip() {
parent = bridge_parent(out);
NF_HOOK(pf, NF_INET_FORWARD, skb, brnf_get_logical_dev(skb, in), parent, br_nf_forward_finish);
}
here, let us suppose pf = NFPROTO_IPV4, i think the return value of brnf_get_logical_dev(skb, in) equals parent ?
its comment 'This is the 'purely bridged'...
2006 Jan 26
0
Profiling hotspots in my tc filter ruleset
...sky2_phy_stats
1304 bridge.ko setup_pre_routing
1417 bridge.ko br_fdb_cleanup
1425 sky2.ko sky2_put_idx
1766 ipt_physdev.ko .text
2113 bridge.ko br_nf_pre_routing_finish
2133 bridge.ko br_nf_forward_ip
2314 bridge.ko br_handle_frame_finish
2454 bridge.ko br_dev_queue_push_xmit
2515 bridge.ko ip_sabotage_out
2718 sky2.ko sky2_rx_add
2858 sch_htb.ko htb_enqueue
3983 bridge.ko br_handle...
2006 Jul 06
12
kernel BUG at net/core/dev.c:1133!
...;] nf_hook_slow+0x6e/0x120
[<c05bbda0>] br_dev_queue_push_xmit+0x0/0x140
[<c05bbf40>] br_forward_finish+0x60/0x70
[<c05bbda0>] br_dev_queue_push_xmit+0x0/0x140
[<c05c1b71>] br_nf_forward_finish+0x71/0x130
[<c05bbee0>] br_forward_finish+0x0/0x70
[<c05c1d20>] br_nf_forward_ip+0xf0/0x1a0
[<c05c1b00>] br_nf_forward_finish+0x0/0x130
[<c05bbee0>] br_forward_finish+0x0/0x70
[<c04f0eab>] nf_iterate+0x6b/0xa0
[<c05bbee0>] br_forward_finish+0x0/0x70
[<c05bbee0>] br_forward_finish+0x0/0x70
[<c04f0f4e>] nf_hook_slow+0x6e/0x120
[<c05bb...