Searched refs:bundles (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-connection.c81 /* search the extant bundles first for one that matches the specified
85 p = trans->bundles.rb_node;
112 pp = &trans->bundles.rb_node;
131 rb_insert_color(&bundle->node, &trans->bundles);
177 rb_erase(&bundle->node, &trans->bundles);
H A Dar-transport.c42 trans->bundles = RB_ROOT;
H A Dar-internal.h198 struct rb_root bundles; /* client connection bundles on this transport */ member in struct:rxrpc_transport
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c371 BUG_ON(policy->bundles);
385 while ((dst = policy->bundles) != NULL) {
386 policy->bundles = dst->next;
728 dst = policy->bundles;
736 policy->bundles = NULL;
1632 * We can't enlist stable bundles either.
1653 dst->next = policy->bundles;
1654 policy->bundles = dst;
1986 dstp = &pol->bundles;
2529 /* flush bundles */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_policy.c49 for (dst = policy->bundles; dst; dst = dst->next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_policy.c66 for (dst = policy->bundles; dst; dst = dst->next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h60 Bundles are cached at xrfm_policy struct (field ->bundles).
83 Q: How to find all the bundles referring to a physical path for
352 struct dst_entry *bundles; member in struct:xfrm_policy
573 * bundles differing by session id. All the bundles grow from a parent

Completed in 112 milliseconds