Searched hist:abd6523d15f40bfee14652619a31a7f65f77f581 (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | inet_frag.h | diff abd6523d15f40bfee14652619a31a7f65f77f581 Thu Oct 18 04:47:21 CEST 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create.
Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one.
Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ipv6.h | diff abd6523d15f40bfee14652619a31a7f65f77f581 Thu Oct 18 04:47:21 CEST 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create.
Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one.
Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | inet_fragment.c | diff abd6523d15f40bfee14652619a31a7f65f77f581 Thu Oct 18 04:47:21 CEST 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create.
Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one.
Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_fragment.c | diff abd6523d15f40bfee14652619a31a7f65f77f581 Thu Oct 18 04:47:21 CEST 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create.
Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one.
Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv6/ |
H A D | reassembly.c | diff abd6523d15f40bfee14652619a31a7f65f77f581 Thu Oct 18 04:47:21 CEST 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create.
Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one.
Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | diff abd6523d15f40bfee14652619a31a7f65f77f581 Thu Oct 18 04:47:21 CEST 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create.
Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one.
Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|