/linux/net/ipv6/ |
H A D | ip6_flowlabel.c | 616 struct ip6_flowlabel *fl, *fl1 = NULL; in ipv6_flowlabel_get() local 654 fl1 = sfl->fl; in ipv6_flowlabel_get() 655 if (!atomic_inc_not_zero(&fl1->users)) in ipv6_flowlabel_get() 656 fl1 = NULL; in ipv6_flowlabel_get() 662 if (!fl1) in ipv6_flowlabel_get() 663 fl1 = fl_lookup(net, freq->flr_label); in ipv6_flowlabel_get() 664 if (fl1) { in ipv6_flowlabel_get() 670 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_get() 671 fl1->share != fl->share || in ipv6_flowlabel_get() 672 ((fl1->share == IPV6_FL_S_PROCESS) && in ipv6_flowlabel_get() [all …]
|
/linux/arch/openrisc/ |
H A D | Kconfig | 113 bool "Have instruction l.fl1" 116 Select this if your implementation has the Class II instruction l.fl1
|
/linux/arch/openrisc/include/asm/bitops/ |
H A D | fls.h | 18 __asm__ ("l.fl1 %0,%1" in fls()
|
H A D | __fls.h | 18 __asm__ ("l.fl1 %0,%1" in __fls()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 3577 const struct flowi *fl, struct flowi *fl1) in xfrm_icmp_flow_decode() argument 3592 if (xfrm_decode_session_reverse(dev_net(skb->dev), newskb, fl1, family) < 0) in xfrm_icmp_flow_decode() 3595 fl1->flowi_oif = fl->flowi_oif; in xfrm_icmp_flow_decode() 3596 fl1->flowi_mark = fl->flowi_mark; in xfrm_icmp_flow_decode() 3597 fl1->flowi_dscp = fl->flowi_dscp; in xfrm_icmp_flow_decode() 3598 nf_nat_decode_session(newskb, fl1, family); in xfrm_icmp_flow_decode() 3613 struct flowi fl1; in xfrm_selector_inner_icmp_match() local 3615 if (xfrm_icmp_flow_decode(skb, family, fl, &fl1)) in xfrm_selector_inner_icmp_match() 3618 ret = xfrm_selector_match(sel, &fl1, family); in xfrm_selector_inner_icmp_match() 3632 struct flowi fl1; in xfrm_in_fwd_icmp() local 3653 struct flowi fl1; xfrm_out_fwd_icmp() local [all...] |
/linux/fs/ |
H A D | locks.c | 621 static inline int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) in locks_overlap() argument 623 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap() 624 (fl2->fl_end >= fl1->fl_start)); in locks_overlap() 630 static int posix_same_owner(struct file_lock_core *fl1, struct file_lock_core *fl2) in posix_same_owner() argument 632 return fl1->flc_owner == fl2->flc_owner; in posix_same_owner()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 348 const struct nfs4_ff_layout_segment *fl1 = FF_LAYOUT_LSEG(l1); in ff_lseg_match_mirrors() local 352 if (fl1->mirror_array_cnt != fl2->mirror_array_cnt) in ff_lseg_match_mirrors() 354 for (i = 0; i < fl1->mirror_array_cnt; i++) { in ff_lseg_match_mirrors() 355 if (fl1->mirror_array[i] != fl2->mirror_array[i]) in ff_lseg_match_mirrors()
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 573 * regular sized Ethernet frames, FL1 is sized not to exceed 16K, in alloc_rx_resources() 576 * Note: For T2 FL0 and FL1 are reversed. in alloc_rx_resources()
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1836 * @fl1id: FL1 queue ID or 0xffff if no attached FL1
|
/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 4811 static const char lower_fl1[] = LOWER_DATA "/fl1"; 4866 static const char merge_fl1[] = MERGE_DATA "/fl1"; 4906 * │ ├── fl1 4918 * │ ├── fl1
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.c | 76 static const char * const ice_dpll_sw_pin_ufl[] = { "U.FL1", "U.FL2" }; 559 * SMA1/U.FL1 vs SMA2/U.FL2 are using different bit scheme to decide in ice_dpll_sw_pins_update()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 8317 * @fl1id: FL1 queue id or 0xffff if no attached FL1 8350 * @fl1id: FL1 queue id or 0xffff if no attached FL1
|
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 354 /* The FL1 field in a POWER SC form instruction. */ 355 #define FL1 E + 1 macro 357 #define U FL1 361 #define FL2 FL1 + 1 4135 {"svc", SC(17,0,0), SC_MASK, POWER, PPCVLE, {SVC_LEV, FL1, FL2}}, 4136 {"svcl", SC(17,0,1), SC_MASK, POWER, PPCVLE, {SVC_LEV, FL1, FL2}},
|
/linux/sound/hda/codecs/realtek/ |
H A D | alc269.c | 7119 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K), 7245 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_AMIC),
|