Searched refs:flp (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dsdla.c186 struct frad_local *flp; local
188 flp = dev->priv;
189 switch(flp->type)
193 flp->state = SDLA_HALT;
198 flp->state = SDLA_S502E_ENABLE;
201 flp->state &= ~SDLA_CPUEN;
202 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL);
205 flp->state &= ~SDLA_CPUEN;
206 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL);
213 struct frad_local *flp; local
428 struct frad_local *flp; local
509 struct frad_local *flp; local
531 struct frad_local *flp; local
553 struct frad_local *flp; local
589 struct frad_local *flp; local
617 struct frad_local *flp; local
656 struct frad_local *flp; local
746 struct frad_local *flp; local
873 struct frad_local *flp; local
924 struct frad_local *flp; local
938 struct frad_local *flp; local
997 struct frad_local *flp; local
1093 struct frad_local *flp; local
1229 struct frad_local *flp; local
1253 struct frad_local *flp; local
1322 struct frad_local *flp; local
1335 struct frad_local *flp; local
1595 struct frad_local *flp; local
1603 struct frad_local *flp = dev->priv; local
1655 struct frad_local *flp = sdla->priv; local
[all...]
H A Ddlci.c235 struct frad_local *flp; local
240 flp = dlp->slave->priv;
252 err = (*flp->dlci_conf)(dlp->slave, dev, get);
309 struct frad_local *flp; local
320 flp = dlp->slave->priv;
321 err = (*flp->activate)(dlp->slave, dev);
333 struct frad_local *flp; local
340 flp = dlp->slave->priv;
341 err = (*flp->deactivate)(dlp->slave, dev);
359 struct frad_local *flp; local
425 struct frad_local *flp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dip_fib.h160 int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
167 const struct flowi *flp, struct fib_result *res);
189 static inline int fib_lookup(const struct flowi *flp, struct fib_result *res) argument
191 if (ip_fib_local_table->tb_lookup(ip_fib_local_table, flp, res) &&
192 ip_fib_main_table->tb_lookup(ip_fib_main_table, flp, res))
197 static inline void fib_select_default(const struct flowi *flp, struct fib_result *res) argument
200 ip_fib_main_table->tb_select_default(ip_fib_main_table, flp, res);
207 extern int fib_lookup(struct flowi *flp, struct fib_result *res);
211 extern void fib_select_default(const struct flowi *flp, struct fib_result *res);
220 extern void fib_select_multipath(const struct flowi *flp, struc
[all...]
H A Dip_mp_alg.h17 void (*mp_alg_select_route)(const struct flowi *flp,
31 static inline int multipath_select_route(const struct flowi *flp, argument
40 ops->mp_alg_select_route(flp, rth, rp);
H A Droute.h115 extern int __ip_route_output_key(struct rtable **, const struct flowi *flp);
116 extern int ip_route_output_key(struct rtable **, struct flowi *flp);
117 extern int ip_route_output_flow(struct rtable **rp, struct flowi *flp, struct sock *sk, int flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h97 #define XFS_BMAP_INIT(flp,fbp) xfs_bmap_init(flp,fbp)
98 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) argument
100 ((flp)->xbf_first = NULL, (flp)->xbf_count = 0, \
101 (flp)->xbf_low = 0, *(fbp) = NULLFSBLOCK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dmultipath_random.c52 static void random_select_route(const struct flowi *flp, argument
64 multipath_comparekeys(&rt->fl, flp))
80 multipath_comparekeys(&rt->fl, flp)) {
H A Dfib_rules.c88 int fib_lookup(struct flowi *flp, struct fib_result *res) argument
95 err = fib_rules_lookup(&fib4_rules_ops, flp, 0, &arg);
101 static int fib4_rule_action(struct fib_rule *rule, struct flowi *flp, argument
128 err = tbl->tb_lookup(tbl, flp, (struct fib_result *) arg->result);
136 void fib_select_default(const struct flowi *flp, struct fib_result *res) argument
142 tb->tb_select_default(tb, flp, res);
H A Dmultipath_rr.c49 static void rr_select_route(const struct flowi *flp, argument
62 multipath_comparekeys(&nh->fl, flp)) {
H A Dfib_lookup.h22 const struct flowi *flp,
H A Dmultipath_wrandom.c143 static void wrandom_select_route(const struct flowi *flp, argument
160 multipath_comparekeys(&rt->fl, flp)) {
168 power += __multipath_lookup_weight(flp, rt) * 10000;
H A Dmultipath_drr.c132 static void drr_select_route(const struct flowi *flp, argument
147 multipath_comparekeys(&nh->fl, flp)) {
H A Dfib_semantics.c877 int fib_semantic_match(struct list_head *head, const struct flowi *flp, argument
888 fa->fa_tos != flp->fl4_tos)
891 if (fa->fa_scope < flp->fl4_scope)
912 if (!flp->oif || flp->oif == nh->nh_oif)
1182 void fib_select_multipath(const struct flowi *flp, struct fib_result *res) argument
H A Droute.c2542 int __ip_route_output_key(struct rtable **rp, const struct flowi *flp) argument
2547 hash = rt_hash(flp->fl4_dst, flp->fl4_src, flp->oif);
2552 if (rth->fl.fl4_dst == flp->fl4_dst &&
2553 rth->fl.fl4_src == flp->fl4_src &&
2555 rth->fl.oif == flp->oif &&
2556 rth->fl.mark == flp->mark &&
2557 !((rth->fl.fl4_tos ^ flp->fl4_tos) &
2563 if (multipath_select_route(flp, rt
2607 ipv4_dst_blackhole(struct rtable **rp, struct flowi *flp, struct sock *sk) argument
2650 ip_route_output_flow(struct rtable **rp, struct flowi *flp, struct sock *sk, int flags) argument
2674 ip_route_output_key(struct rtable **rp, struct flowi *flp) argument
[all...]
H A Dfib_hash.c245 fn_hash_lookup(struct fib_table *tb, const struct flowi *flp, struct fib_result *res) argument
256 __be32 k = fz_key(flp->fl4_dst, fz);
264 flp, res,
280 fn_hash_select_default(struct fib_table *tb, const struct flowi *flp, struct fib_result *res) argument
H A Dfib_trie.c1298 t_key key, int *plen, const struct flowi *flp,
1313 if ((err = fib_semantic_match(&li->falh, flp, res, htonl(l->key), mask, i)) <= 0) {
1328 fn_trie_lookup(struct fib_table *tb, const struct flowi *flp, struct fib_result *res) argument
1335 t_key key = ntohl(flp->fl4_dst);
1355 if ((ret = check_leaf(t, (struct leaf *)n, key, &plen, flp, res)) <= 0)
1379 if ((ret = check_leaf(t, (struct leaf *)n, key, &plen, flp, res)) <= 0)
1777 fn_trie_select_default(struct fib_table *tb, const struct flowi *flp, struct fib_result *res) argument
1297 check_leaf(struct trie *t, struct leaf *l, t_key key, int *plen, const struct flowi *flp, struct fib_result *res) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dflow.c98 struct flow_cache_entry *fle, **flp; local
104 flp = &flow_table(cpu)[i];
105 while ((fle = *flp) != NULL && k < shrink_to) {
107 flp = &fle->next;
109 while ((fle = *flp) != NULL) {
110 *flp = fle->next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c63 int dn_fib_lookup(struct flowi *flp, struct dn_fib_res *res) argument
70 err = fib_rules_lookup(&dn_fib_rules_ops, flp, 0, &arg);
76 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, argument
104 err = tbl->lookup(tbl, flp, (struct dn_fib_res *)arg->result);
H A Ddn_route.c1167 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowi *flp, int flags) argument
1169 unsigned hash = dn_hash(flp->fld_src, flp->fld_dst);
1176 if ((flp->fld_dst == rt->fl.fld_dst) &&
1177 (flp->fld_src == rt->fl.fld_src) &&
1178 (flp->mark == rt->fl.mark) &&
1180 (rt->fl.oif == flp->oif)) {
1192 return dn_route_output_slow(pprt, flp, flags);
1195 static int dn_route_output_key(struct dst_entry **pprt, struct flowi *flp, int flags) argument
1199 err = __dn_route_output_key(pprt, flp, flag
[all...]
H A Ddn_table.c761 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowi *flp, struct dn_fib_res *res) argument
770 dn_fib_key_t k = dz_key(flp->fld_dst, dz);
785 if (f->fn_scope < flp->fld_scope)
788 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), flp, res);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c73 static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, argument
97 rt = lookup(table, flp, flags);
109 if (ipv6_get_saddr(&rt->u.dst, &flp->fl6_dst,
115 ipv6_addr_copy(&flp->fl6_src, &saddr);
H A Dip6_flowlabel.c127 struct ip6_flowlabel *fl, **flp; local
128 flp = &fl_ht[i];
129 while ((fl=*flp) != NULL) {
136 *flp = fl->next;
144 flp = &fl->next;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dlocks.c347 static int lease_alloc(struct file *filp, int type, struct file_lock **flp) argument
361 *flp = fl;
1198 * @flp: input - file_lock to use, output - file_lock inserted
1200 * The (input) flp->fl_lmops->fl_break function is required
1205 static int __setlease(struct file *filp, long arg, struct file_lock **flp) argument
1215 if (!flp || !(*flp) || !(*flp)->fl_lmops || !(*flp)->fl_lmops->fl_break)
1218 lease = *flp;
1330 struct file_lock fl, *flp = &fl; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c1654 struct file_lock fl, *flp = &fl; local
1700 flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK, &flp))) {

Completed in 133 milliseconds