/linux-4.4.14/drivers/net/wan/ |
D | sdla.c | 187 struct frad_local *flp; in sdla_stop() local 189 flp = netdev_priv(dev); in sdla_stop() 190 switch(flp->type) in sdla_stop() 194 flp->state = SDLA_HALT; in sdla_stop() 199 flp->state = SDLA_S502E_ENABLE; in sdla_stop() 202 flp->state &= ~SDLA_CPUEN; in sdla_stop() 203 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL); in sdla_stop() 206 flp->state &= ~SDLA_CPUEN; in sdla_stop() 207 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL); in sdla_stop() 214 struct frad_local *flp; in sdla_start() local [all …]
|
D | dlci.c | 206 struct frad_local *flp; in dlci_config() local 211 flp = netdev_priv(dlp->slave); in dlci_config() 223 err = (*flp->dlci_conf)(dlp->slave, dev, get); in dlci_config() 277 struct frad_local *flp; in dlci_open() local 288 flp = netdev_priv(dlp->slave); in dlci_open() 289 err = (*flp->activate)(dlp->slave, dev); in dlci_open() 301 struct frad_local *flp; in dlci_close() local 308 flp = netdev_priv(dlp->slave); in dlci_close() 309 err = (*flp->deactivate)(dlp->slave, dev); in dlci_close() 318 struct frad_local *flp; in dlci_add() local [all …]
|
/linux-4.4.14/include/trace/events/ |
D | fib.h | 14 TP_PROTO(u32 tb_id, const struct flowi4 *flp), 16 TP_ARGS(tb_id, flp), 33 __entry->oif = flp->flowi4_oif; 34 __entry->iif = flp->flowi4_iif; 35 __entry->tos = flp->flowi4_tos; 36 __entry->scope = flp->flowi4_scope; 37 __entry->flags = flp->flowi4_flags; 40 *p32 = flp->saddr; 43 *p32 = flp->daddr; 78 TP_PROTO(const struct net_device *dev, const struct flowi4 *flp), [all …]
|
/linux-4.4.14/include/net/ |
D | ip_fib.h | 196 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, 231 static inline int fib_lookup(struct net *net, const struct flowi4 *flp, in fib_lookup() argument 241 err = fib_table_lookup(tb, flp, res, flags | FIB_LOOKUP_NOREF); in fib_lookup() 258 int __fib_lookup(struct net *net, struct flowi4 *flp, 261 static inline int fib_lookup(struct net *net, struct flowi4 *flp, in fib_lookup() argument 269 return __fib_lookup(net, flp, res, flags); in fib_lookup() 277 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup() 284 err = fib_table_lookup(tb, flp, res, flags); in fib_lookup() 304 void fib_select_default(const struct flowi4 *flp, struct fib_result *res);
|
D | route.h | 117 struct rtable *__ip_route_output_key_hash(struct net *, struct flowi4 *flp, 121 struct flowi4 *flp) in __ip_route_output_key() argument 123 return __ip_route_output_key_hash(net, flp, -1); in __ip_route_output_key() 126 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp, 131 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key() argument 133 return ip_route_output_flow(net, flp, NULL); in ip_route_output_key()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.h | 142 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init() argument 144 ((flp)->xbf_first = NULL, (flp)->xbf_count = 0, \ in xfs_bmap_init() 145 (flp)->xbf_low = 0, *(fbp) = NULLFSBLOCK); in xfs_bmap_init()
|
/linux-4.4.14/net/decnet/ |
D | dn_rules.c | 53 int dn_fib_lookup(struct flowidn *flp, struct dn_fib_res *res) in dn_fib_lookup() argument 61 flowidn_to_flowi(flp), 0, &arg); in dn_fib_lookup() 67 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, in dn_fib_rule_action() argument 70 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action()
|
D | dn_route.c | 1254 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowidn *flp, int flags) in __dn_route_output_key() argument 1256 unsigned int hash = dn_hash(flp->saddr, flp->daddr); in __dn_route_output_key() 1263 if ((flp->daddr == rt->fld.daddr) && in __dn_route_output_key() 1264 (flp->saddr == rt->fld.saddr) && in __dn_route_output_key() 1265 (flp->flowidn_mark == rt->fld.flowidn_mark) && in __dn_route_output_key() 1267 (rt->fld.flowidn_oif == flp->flowidn_oif)) { in __dn_route_output_key() 1277 return dn_route_output_slow(pprt, flp, flags); in __dn_route_output_key() 1280 static int dn_route_output_key(struct dst_entry **pprt, struct flowidn *flp, int flags) in dn_route_output_key() argument 1284 err = __dn_route_output_key(pprt, flp, flags); in dn_route_output_key() 1285 if (err == 0 && flp->flowidn_proto) { in dn_route_output_key() [all …]
|
D | dn_table.c | 787 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup() argument 796 dn_fib_key_t k = dz_key(flp->daddr, dz); in dn_fib_table_lookup() 811 if (f->fn_scope < flp->flowidn_scope) in dn_fib_table_lookup() 814 err = dn_fib_semantic_match(f->fn_type, DN_FIB_INFO(f), flp, res); in dn_fib_table_lookup()
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_lport.c | 813 struct fc_els_flogi *flp; in fc_lport_recv_flogi_req() local 823 flp = fc_frame_payload_get(rx_fp, sizeof(*flp)); in fc_lport_recv_flogi_req() 824 if (!flp) in fc_lport_recv_flogi_req() 826 remote_wwpn = get_unaligned_be64(&flp->fl_wwpn); in fc_lport_recv_flogi_req() 851 fp = fc_frame_alloc(lport, sizeof(*flp)); in fc_lport_recv_flogi_req() 853 new_flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_lport_recv_flogi_req() 871 get_unaligned_be64(&flp->fl_wwnn)); in fc_lport_recv_flogi_req() 1709 struct fc_els_flogi *flp; in fc_lport_flogi_resp() local 1745 flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_lport_flogi_resp() 1746 if (!flp) { in fc_lport_flogi_resp() [all …]
|
D | fc_rport.c | 203 static unsigned int fc_plogi_get_maxframe(struct fc_els_flogi *flp, in fc_plogi_get_maxframe() argument 212 mfs = ntohs(flp->fl_csp.sp_bb_data) & FC_SP_BB_DATA_MASK; in fc_plogi_get_maxframe() 215 mfs = ntohs(flp->fl_cssp[3 - 1].cp_rdfs); in fc_plogi_get_maxframe() 754 struct fc_els_flogi *flp; in fc_rport_recv_flogi_req() local 773 flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_rport_recv_flogi_req() 774 if (!flp) { in fc_rport_recv_flogi_req() 837 fp = fc_frame_alloc(lport, sizeof(*flp)); in fc_rport_recv_flogi_req() 842 flp = fc_frame_payload_get(fp, sizeof(*flp)); in fc_rport_recv_flogi_req() 843 flp->fl_cmd = ELS_LS_ACC; in fc_rport_recv_flogi_req()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_flowlabel.c | 140 struct ip6_flowlabel __rcu **flp; in ip6_fl_gc() local 142 flp = &fl_ht[i]; in ip6_fl_gc() 143 while ((fl = rcu_dereference_protected(*flp, in ip6_fl_gc() 151 *flp = fl->next; in ip6_fl_gc() 159 flp = &fl->next; in ip6_fl_gc() 177 struct ip6_flowlabel __rcu **flp; in ip6_fl_purge() local 179 flp = &fl_ht[i]; in ip6_fl_purge() 180 while ((fl = rcu_dereference_protected(*flp, in ip6_fl_purge() 184 *flp = fl->next; in ip6_fl_purge() 189 flp = &fl->next; in ip6_fl_purge()
|
D | fib6_rules.c | 61 static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action() argument 64 struct flowi6 *flp6 = &flp->u.ip6; in fib6_rule_action()
|
D | ip6mr.c | 157 static int ip6mr_rule_action(struct fib_rule *rule, struct flowi *flp, in ip6mr_rule_action() argument 182 static int ip6mr_rule_match(struct fib_rule *rule, struct flowi *flp, int flags) in ip6mr_rule_match() argument
|
/linux-4.4.14/net/ipv4/ |
D | fib_rules.c | 50 int __fib_lookup(struct net *net, struct flowi4 *flp, in __fib_lookup() argument 59 err = fib_rules_lookup(net->ipv4.rules_ops, flowi4_to_flowi(flp), 0, &arg); in __fib_lookup() 74 static int fib4_rule_action(struct fib_rule *rule, struct flowi *flp, in fib4_rule_action() argument 99 err = fib_table_lookup(tbl, &flp->u.ip4, in fib4_rule_action()
|
D | fib_trie.c | 1269 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup() argument 1276 const t_key key = ntohl(flp->daddr); in fib_table_lookup() 1282 trace_fib_table_lookup(tb->tb_id, flp); in fib_table_lookup() 1402 if (fa->fa_tos && fa->fa_tos != flp->flowi4_tos) in fib_table_lookup() 1406 if (fa->fa_info->fib_scope < flp->flowi4_scope) in fib_table_lookup() 1429 if (!(flp->flowi4_flags & FLOWI_FLAG_SKIP_NH_OIF)) { in fib_table_lookup() 1430 if (flp->flowi4_oif && in fib_table_lookup() 1431 flp->flowi4_oif != nh->nh_oif) in fib_table_lookup()
|
D | fib_semantics.c | 1426 void fib_select_default(const struct flowi4 *flp, struct fib_result *res) in fib_select_default() argument 1442 if (fa->fa_tos && fa->fa_tos != flp->flowi4_tos) in fib_select_default()
|
D | ipmr.c | 173 static int ipmr_rule_action(struct fib_rule *rule, struct flowi *flp, in ipmr_rule_action() argument
|
/linux-4.4.14/fs/ |
D | locks.c | 1601 generic_add_lease(struct file *filp, long arg, struct file_lock **flp, void **priv) in generic_add_lease() argument 1607 bool is_deleg = (*flp)->fl_flags & FL_DELEG; in generic_add_lease() 1611 lease = *flp; in generic_add_lease() 1711 *flp = NULL; in generic_add_lease() 1756 int generic_setlease(struct file *filp, long arg, struct file_lock **flp, in generic_setlease() argument 1775 if (!(*flp)->fl_lmops->lm_break) { in generic_setlease() 1780 return generic_add_lease(filp, arg, flp, priv); in generic_setlease()
|
D | libfs.c | 1088 simple_nosetlease(struct file *filp, long arg, struct file_lock **flp, in simple_nosetlease() argument
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1183 struct file_lock **flp, void **priv) in generic_setlease() argument
|