Searched refs:fl1 (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/net/ipv6/ |
D | ip6_flowlabel.c | 481 struct ip6_flowlabel *fl, *fl1 = NULL; in ipv6_flowlabel_opt() local 546 fl1 = sfl->fl; in ipv6_flowlabel_opt() 547 atomic_inc(&fl1->users); in ipv6_flowlabel_opt() 553 if (fl1 == NULL) in ipv6_flowlabel_opt() 554 fl1 = fl_lookup(net, freq.flr_label); in ipv6_flowlabel_opt() 555 if (fl1) { in ipv6_flowlabel_opt() 561 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt() 562 fl1->share != fl->share || in ipv6_flowlabel_opt() 563 fl1->owner != fl->owner) in ipv6_flowlabel_opt() 567 if (!ipv6_addr_equal(&fl1->dst, &fl->dst) || in ipv6_flowlabel_opt() [all …]
|
/linux-3.4.99/include/linux/lockd/ |
D | lockd.h | 351 static inline int nlm_compare_locks(const struct file_lock *fl1, in nlm_compare_locks() argument 354 return fl1->fl_pid == fl2->fl_pid in nlm_compare_locks() 355 && fl1->fl_owner == fl2->fl_owner in nlm_compare_locks() 356 && fl1->fl_start == fl2->fl_start in nlm_compare_locks() 357 && fl1->fl_end == fl2->fl_end in nlm_compare_locks() 358 &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); in nlm_compare_locks()
|
/linux-3.4.99/fs/ |
D | locks.c | 484 static inline int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) in locks_overlap() argument 486 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap() 487 (fl2->fl_end >= fl1->fl_start)); in locks_overlap() 493 static int posix_same_owner(struct file_lock *fl1, struct file_lock *fl2) in posix_same_owner() argument 495 if (fl1->fl_lmops && fl1->fl_lmops->lm_compare_owner) in posix_same_owner() 496 return fl2->fl_lmops == fl1->fl_lmops && in posix_same_owner() 497 fl1->fl_lmops->lm_compare_owner(fl1, fl2); in posix_same_owner() 498 return fl1->fl_owner == fl2->fl_owner; in posix_same_owner()
|
/linux-3.4.99/net/netfilter/ |
D | nf_conntrack_h323_main.c | 725 struct flowi4 fl1, fl2; in callforward_do_filter() local 728 memset(&fl1, 0, sizeof(fl1)); in callforward_do_filter() 729 fl1.daddr = src->ip; in callforward_do_filter() 734 flowi4_to_flowi(&fl1), false)) { in callforward_do_filter() 748 struct flowi6 fl1, fl2; in callforward_do_filter() local 751 memset(&fl1, 0, sizeof(fl1)); in callforward_do_filter() 752 fl1.daddr = src->in6; in callforward_do_filter() 757 flowi6_to_flowi(&fl1), false)) { in callforward_do_filter()
|
/linux-3.4.99/arch/openrisc/ |
D | Kconfig | 92 bool "Have instruction l.fl1" 95 Select this if your implementation has the Class II instruction l.fl1
|
/linux-3.4.99/net/decnet/ |
D | dn_route.c | 290 static inline int compare_keys(struct flowidn *fl1, struct flowidn *fl2) in compare_keys() argument 292 return ((fl1->daddr ^ fl2->daddr) | in compare_keys() 293 (fl1->saddr ^ fl2->saddr) | in compare_keys() 294 (fl1->flowidn_mark ^ fl2->flowidn_mark) | in compare_keys() 295 (fl1->flowidn_scope ^ fl2->flowidn_scope) | in compare_keys() 296 (fl1->flowidn_oif ^ fl2->flowidn_oif) | in compare_keys() 297 (fl1->flowidn_iif ^ fl2->flowidn_iif)) == 0; in compare_keys()
|
/linux-3.4.99/fs/lockd/ |
D | svclock.c | 744 static int nlmsvc_same_owner(struct file_lock *fl1, struct file_lock *fl2) in nlmsvc_same_owner() argument 746 return fl1->fl_owner == fl2->fl_owner && fl1->fl_pid == fl2->fl_pid; in nlmsvc_same_owner()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 2412 u32 fl1 = sge_params->sge_fl_buffer_size[1]; in t4vf_sge_init() local 2420 if (fl0 != PAGE_SIZE || (fl1 != 0 && fl1 <= fl0)) { in t4vf_sge_init() 2422 fl0, fl1); in t4vf_sge_init() 2433 if (fl1) in t4vf_sge_init() 2434 FL_PG_ORDER = ilog2(fl1) - PAGE_SHIFT; in t4vf_sge_init()
|