Searched refs:lft (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/doc/html/images/hw/
H A DMakefile.am33 enus_3-4lft-hires_product_eva8000_325x127.jpg \
H A DMakefile.in237 enus_3-4lft-hires_product_eva8000_325x127.jpg \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_state.c249 if (x->lft.hard_add_expires_seconds) {
250 long tmo = x->lft.hard_add_expires_seconds +
257 if (x->lft.hard_use_expires_seconds) {
258 long tmo = x->lft.hard_use_expires_seconds +
267 if (x->lft.soft_add_expires_seconds) {
268 long tmo = x->lft.soft_add_expires_seconds +
275 if (x->lft.soft_use_expires_seconds) {
276 long tmo = x->lft.soft_use_expires_seconds +
333 x->lft.soft_byte_limit = XFRM_INF;
334 x->lft
[all...]
H A Dxfrm_user.c318 memcpy(&x->lft, &p->lft, sizeof(x->lft));
551 memcpy(&p->lft, &x->lft, sizeof(p->lft));
1076 memcpy(&xp->lft, &p->lft, sizeof(xp->lft));
1085 memcpy(&p->lft,
[all...]
H A Dxfrm_policy.c286 if (xp->lft.hard_add_expires_seconds) {
287 long tmo = xp->lft.hard_add_expires_seconds +
294 if (xp->lft.hard_use_expires_seconds) {
295 long tmo = xp->lft.hard_use_expires_seconds +
302 if (xp->lft.soft_add_expires_seconds) {
303 long tmo = xp->lft.soft_add_expires_seconds +
312 if (xp->lft.soft_use_expires_seconds) {
313 long tmo = xp->lft.soft_use_expires_seconds +
1239 newp->lft = old->lft;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dxfrm.h188 struct xfrm_lifetime_cfg lft; member in struct:xfrm_usersa_info
217 struct xfrm_lifetime_cfg lft; member in struct:xfrm_userpolicy_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipxfrm.c698 xfrm_lifetime_print(&xsinfo->lft, &xsinfo->curlft, fp, buf);
758 xfrm_lifetime_print(&xpinfo->lft, &xpinfo->curlft, fp, buf);
1107 int xfrm_lifetime_cfg_parse(struct xfrm_lifetime_cfg *lft, argument
1116 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1121 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1126 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1131 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1136 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
1141 ret = get_u64(&lft->hard_byte_limit, *argv, 0);
1146 ret = get_u64(&lft
[all...]
H A Dxfrm_state.c242 req.xsinfo.lft.soft_byte_limit = XFRM_INF;
243 req.xsinfo.lft.hard_byte_limit = XFRM_INF;
244 req.xsinfo.lft.soft_packet_limit = XFRM_INF;
245 req.xsinfo.lft.hard_packet_limit = XFRM_INF;
269 xfrm_lifetime_cfg_parse(&req.xsinfo.lft, &argc, &argv);
421 req.xsinfo.lft.soft_byte_limit = XFRM_INF;
422 req.xsinfo.lft.hard_byte_limit = XFRM_INF;
423 req.xsinfo.lft.soft_packet_limit = XFRM_INF;
424 req.xsinfo.lft.hard_packet_limit = XFRM_INF;
H A Dxfrm_policy.c188 req.xpinfo.lft.soft_byte_limit = XFRM_INF;
189 req.xpinfo.lft.hard_byte_limit = XFRM_INF;
190 req.xpinfo.lft.soft_packet_limit = XFRM_INF;
191 req.xpinfo.lft.hard_packet_limit = XFRM_INF;
231 xfrm_lifetime_cfg_parse(&req.xpinfo.lft, &argc, &argv);
H A Dxfrm.h131 int xfrm_lifetime_cfg_parse(struct xfrm_lifetime_cfg *lft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/key/
H A Daf_key.c784 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit);
785 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit);
786 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds;
787 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds;
796 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.soft_packet_limit);
797 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.soft_byte_limit);
798 lifetime->sadb_lifetime_addtime = x->lft.soft_add_expires_seconds;
799 lifetime->sadb_lifetime_usetime = x->lft.soft_use_expires_seconds;
1084 x->lft.hard_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
1085 x->lft
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dxfrm.h318 struct xfrm_lifetime_cfg lft; member in struct:xfrm_usersa_info
355 struct xfrm_lifetime_cfg lft; member in struct:xfrm_userpolicy_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h129 struct xfrm_lifetime_cfg lft; member in struct:xfrm_state
350 struct xfrm_lifetime_cfg lft; member in struct:xfrm_policy

Completed in 99 milliseconds