Searched refs:strict (Results 1 - 25 of 124) sorted by relevance

12345

/linux-master/net/core/
H A Dpage_pool_priv.h6 s32 page_pool_inflight(const struct page_pool *pool, bool strict);
/linux-master/include/linux/
H A Dnetfilter_ipv4.h27 bool strict);
35 struct flowi *fl, bool strict)
34 nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, bool strict) argument
H A Dnetfilter_ipv6.h44 const struct net_device *dev, int strict);
50 bool strict);
80 const struct net_device *dev, int strict)
88 return v6_ops->chk_addr(net, addr, dev, strict);
90 return ipv6_chk_addr(net, addr, dev, strict);
97 struct flowi *fl, bool strict);
100 struct flowi *fl, bool strict)
106 return v6ops->route(net, dst, fl, strict);
111 return __nf_ip6_route(net, dst, fl, strict);
79 nf_ipv6_chk_addr(struct net *net, const struct in6_addr *addr, const struct net_device *dev, int strict) argument
99 nf_ip6_route(struct net *net, struct dst_entry **dst, struct flowi *fl, bool strict) argument
/linux-master/net/netfilter/
H A Dxt_policy.c57 int strict = info->flags & XT_POLICY_MATCH_STRICT; local
62 if (strict && info->len != sp->len)
66 pos = strict ? i - sp->len + 1 : 0;
72 if (!strict)
74 } else if (strict)
78 return strict ? 1 : 0;
87 int strict = info->flags & XT_POLICY_MATCH_STRICT; local
95 pos = strict ? i : 0;
101 if (!strict)
103 } else if (strict)
[all...]
H A Dutils.c164 bool strict, unsigned short family)
171 ret = nf_ip_route(net, dst, fl, strict);
174 ret = nf_ip6_route(net, dst, fl, strict);
163 nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, bool strict, unsigned short family) argument
/linux-master/drivers/net/fddi/skfp/
H A DMakefile21 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes
/linux-master/include/linux/pinctrl/
H A Dpinmux.h55 * @strict: do not allow simultaneous use of the same pin for GPIO and another
81 bool strict; member in struct:pinmux_ops
/linux-master/tools/testing/vsock/
H A DMakefile11 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE
/linux-master/scripts/
H A DMakefile.ubsan5 ubsan-cflags-$(CONFIG_UBSAN_BOUNDS_STRICT) += -fsanitize=bounds-strict
H A DMakefile.extrawarn15 KBUILD_CFLAGS += -Werror=strict-prototypes
136 KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
/linux-master/drivers/mfd/
H A Dtps65218.c207 u32 strict; local
210 "ti,strict-supply-voltage-supervision",
211 &strict))
214 if (strict != 0 && strict != 1) {
216 "Invalid ti,strict-supply-voltage-supervision value\n");
222 strict ? TPS65218_CONFIG1_STRICT : 0,
/linux-master/tools/testing/selftests/net/
H A Drxtimestamp.c119 { "strict", no_argument, 0, 'S' },
278 bool strict)
347 if (!strict && test_cases[test_num].warn_on_fail)
359 bool strict = false; local
396 strict = true;
419 strict))
423 strict))
277 run_test_case(struct socket_type *s, int test_num, char ip_version, bool strict) argument
/linux-master/tools/virtio/
H A DMakefile18 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(call cc-option,-mindirect-branch-register)
/linux-master/arch/parisc/math-emu/
H A DMakefile8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/linux-master/net/ipv6/
H A Dnetfilter.c31 int strict = (ipv6_addr_type(&iph->daddr) & local
44 else if (strict)
100 struct flowi *fl, bool strict)
108 const void *sk = strict ? &fake_sk : NULL;
99 __nf_ip6_route(struct net *net, struct dst_entry **dst, struct flowi *fl, bool strict) argument
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.h42 * strict priority: valid values are 0..5; 0 is highest priority.
45 u8 strict; member in struct:bnx2x_dcbx_cos_params
142 u8 strict; member in struct:cos_entry_help_data
H A Dbnx2x_dcb.c294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID;
520 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) &&
522 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) &&
524 BNX2X_ERR("all COS should have at least bw_limit or strict"
525 "ets->cos_params[0].strict= %x"
527 "ets->cos_params[1].strict= %x"
529 ets->cos_params[0].strict,
531 ets->cos_params[1].strict,
535 /* If we join a group and there is bw_tbl and strict then bw rules */
554 if (ets->cos_params[0].strict
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh114 $(if ((nstrict)); then echo strict $nstrict; fi) \
130 $(if ((nstrict)); then echo strict $nstrict; fi) \
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh174 ets bands 8 strict 8 priomap 7 6
190 ets bands 8 strict 8 priomap 7 6
207 ets bands 8 strict 8 priomap 7 6
229 ets bands 8 strict 8 priomap 7 6
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile29 CFLAGS := -Wall -O2 -g -D_GNU_SOURCE -fno-strict-aliasing
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile65 -fno-strict-aliasing -fno-common \
72 VDSO_CFLAGS += -fno-strict-overflow
73 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
/linux-master/arch/s390/purgatory/
H A DMakefile24 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes
/linux-master/include/net/
H A Dping.h35 const struct net_device *dev, int strict);
/linux-master/drivers/target/tcm_fc/
H A Dtfc_conf.c45 * If strict, we require lower-case hex and colon separators to be sure
49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) argument
63 if (strict && pos++ == 2 && byte++ < 7) {
72 if (strict && byte != 8)
78 if (val < 0 || (strict && isupper(c)))
/linux-master/net/ipv4/
H A Dnetfilter.c87 bool strict __always_unused)

Completed in 544 milliseconds

12345