Searched refs:exp (Results 26 - 50 of 264) sorted by relevance

1234567891011

/linux-master/net/netfilter/
H A Dnf_nat_ftp.c69 struct nf_conntrack_expect *exp)
74 struct nf_conn *ct = exp->master;
82 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port;
83 exp->dir = !dir;
87 exp->expectfn = nf_nat_follow_master;
89 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port));
91 nf_ct_helper_log(skb, exp->master, "all ports in use");
110 nf_ct_unexpect_related(exp);
63 nf_nat_ftp(struct sk_buff *skb, enum ip_conntrack_info ctinfo, enum nf_ct_ftp_type type, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) argument
[all...]
H A Dnf_conntrack_tftp.c37 struct nf_conntrack_expect *exp) __read_mostly;
47 struct nf_conntrack_expect *exp; local
64 exp = nf_ct_expect_alloc(ct);
65 if (exp == NULL) {
70 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT,
76 nf_ct_dump_tuple(&exp->tuple);
80 ret = nf_nat_tftp(skb, ctinfo, exp);
81 else if (nf_ct_expect_related(exp, 0) != 0) {
85 nf_ct_expect_put(exp);
H A Dnf_conntrack_sane.c69 struct nf_conntrack_expect *exp; local
145 exp = nf_ct_expect_alloc(ct);
146 if (exp == NULL) {
152 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct),
157 nf_ct_dump_tuple(&exp->tuple);
160 if (nf_ct_expect_related(exp, 0) != 0) {
165 nf_ct_expect_put(exp);
H A Dnf_conntrack_h323_main.c291 struct nf_conntrack_expect *exp; local
300 if ((exp = nf_ct_expect_alloc(ct)) == NULL)
302 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct),
306 exp->flags = NF_CT_EXPECT_PERMANENT; /* Accept multiple channels */
317 dataoff, taddr, port, exp);
319 if (nf_ct_expect_related(exp, 0) == 0) {
321 nf_ct_dump_tuple(&exp->tuple);
326 nf_ct_expect_put(exp);
630 struct nf_conntrack_expect *exp; local
639 if ((exp
746 struct nf_conntrack_expect *exp; local
1188 struct nf_conntrack_expect *exp; local
1215 struct nf_conntrack_expect *exp; local
1286 struct nf_conntrack_expect *exp; local
1366 struct nf_conntrack_expect *exp; local
1497 struct nf_conntrack_expect *exp; local
1564 struct nf_conntrack_expect *exp; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
H A Dia_css_macc1_5.host.c37 to->exp = from->exp;
72 "config.exp=%d\n",
73 config->exp);
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_h323.c284 struct nf_conntrack_expect *exp)
290 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port;
291 exp->expectfn = nf_nat_follow_master;
292 exp->dir = !dir;
294 nated_port = nf_nat_exp_find_port(exp, nated_port);
304 nf_ct_unexpect_related(exp);
309 &exp->tuple.src.u3.ip,
310 ntohs(exp->tuple.src.u.tcp.port),
311 &exp
280 nat_t120(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, H245_TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) argument
318 nat_h245(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) argument
396 nat_q931(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, TransportAddress *taddr, int idx, __be16 port, struct nf_conntrack_expect *exp) argument
479 nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, TransportAddress *taddr, __be16 port, struct nf_conntrack_expect *exp) argument
[all...]
H A Dnf_nat_pptp.c44 struct nf_conntrack_expect *exp)
63 if (exp->dir == IP_CT_DIR_ORIGINAL) {
67 t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip;
69 t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip;
76 t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip;
78 t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip;
100 = ct->master->tuplehash[!exp->dir].tuple.dst.u3;
101 if (exp->dir == IP_CT_DIR_ORIGINAL) {
103 range.min_proto = range.max_proto = exp->saved_proto;
110 = ct->master->tuplehash[!exp
43 pptp_nat_expected(struct nf_conn *ct, struct nf_conntrack_expect *exp) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dmma.c21 uint32_t exp[4*4] = {1, 2, 3, 4, local
34 if (z[i] == exp[i]) {
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c98 int exp, w; local
105 exp = (iy & 0x7f800000) >> 23;
114 exp += w - 126 - 46;
115 if (exp > 0)
116 ix = ((int) (m >> (w - 23)) & 0x007fffff) | (exp << 23);
117 else if (exp + 22 >= 0)
118 ix = (int) (m >> (w - 22 - exp)) & 0x007fffff;
165 int exp, w; local
172 exp = (iy & 0x7ff0000000000000LL) >> 52;
186 exp
203 int exp; local
230 int exp; local
288 int exp; local
315 long long exp; local
381 int exp = 1023 - 126; local
[all...]
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_tftp.h24 struct nf_conntrack_expect *exp);
H A Dnf_conntrack_irc.h16 struct nf_conntrack_expect *exp);
H A Dnf_conntrack_amanda.h15 struct nf_conntrack_expect *exp);
H A Dnf_conntrack_ftp.h35 struct nf_conntrack_expect *exp);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c104 float dcn_bw_pow(float a, float exp) argument
107 /*ASSERT(exp == (int)exp);*/
108 if ((int)exp == 0)
110 temp = dcn_bw_pow(a, (int)(exp / 2));
111 if (((int)exp % 2) == 0) {
114 if ((int)exp > 0)
/linux-master/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c75 int exp = 0; local
87 exp++;
89 *micro_frac = (rem / divisor) * int_pow(10, 6 - exp);
93 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) argument
95 int divisor = int_pow(10, exp);
98 *val2 = no % divisor * int_pow(10, 6 - exp);
109 static void convert_from_vtf_format(u32 value, int size, int exp, argument
118 exp = hid_sensor_convert_exponent(exp);
119 if (exp >
131 convert_to_vtf_format(int size, int exp, int val1, int val2) argument
355 adjust_exponent_nano(int *val0, int *val1, int scale0, int scale1, int exp) argument
407 int exp; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
H A Dia_css_gc_types.h94 u8 exp; /** Common exponent of ia_css_macc_table. member in struct:ia_css_macc_config
/linux-master/arch/x86/math-emu/
H A Dpoly.h84 /* Add the 12 byte Xsig x2 to Xsig dest, adjust exp if overflow occurs. */
88 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) argument
98 "0: xorl %%eax,%%eax;\n" "1:\n":"=g" (*exp), "=g"(*dest)
99 :"g"(dest), "g"(x2), "g"(exp)
H A Dfpu_tags.c64 int exp = exponent(ptr); local
66 if (exp == EXP_BIAS + EXP_UNDER)
68 else if (exp != EXP_BIAS + EXP_OVER)
H A Dfpu_emu.h121 short exp; member in struct:fpu__reg
172 *(short *)&(y->exp) = *(const short *)&(x->exp);
176 #define exponent(x) (((*(short *)&((x)->exp)) & 0x7fff) - EXTENDED_Ebias)
177 #define setexponentpos(x,y) { (*(short *)&((x)->exp)) = \
179 #define exponent16(x) (*(short *)&((x)->exp))
180 #define setexponent16(x,y) { (*(short *)&((x)->exp)) = (u16)(y); }
181 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); }
182 #define stdexp(x) { (*(short *)&((x)->exp)) += EXTENDED_Ebias; }
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcpu_mask.c8 static void validate_mask(int case_nr, const char *exp, bool *mask, int n) argument
12 for (i = 0; exp[i]; i++) {
13 if (exp[i] == '1') {
H A Dcore_reloc.c425 struct core_reloc_type_id_output *exp = (void *)test->output; local
438 exp->local_anon_struct = -1;
439 exp->local_anon_union = -1;
440 exp->local_anon_enum = -1;
441 exp->local_anon_func_proto_ptr = -1;
442 exp->local_anon_void_ptr = -1;
443 exp->local_anon_arr = -1;
455 exp->local_anon_struct = i;
459 exp->local_anon_union = i;
463 exp
496 struct core_reloc_type_id_output *exp = (void *)test->output; local
520 struct core_reloc_type_id_output *exp = (void *)test->output; local
540 struct core_reloc_module_output *exp = (void *)test->output; local
[all...]
/linux-master/kernel/
H A Dacct.c336 int exp, rnd; local
338 exp = rnd = 0;
342 exp++;
350 exp++;
353 if (exp > (((comp_t) ~0U) >> MANTSIZE))
358 exp <<= MANTSIZE; /* Shift the exponent into place */
359 exp += value; /* and add on the mantissa. */
360 return exp;
380 int exp, rnd; local
382 exp
411 unsigned exp = 190; local
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h121 #define D_ASSERT(x, exp) \
123 if (!(exp)) \
125 #exp, __func__); \
133 #define expect(x, exp) ({ \
134 bool _bool = (exp); \
137 #exp, __func__); \
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c137 int fraction, shift, mantissa, sign, exp, zeropre; local
141 exp = (flt32_val & ~BIT(31)) >> 23;
143 if (!exp && !mantissa)
150 exp -= 127;
151 if (exp < 0) {
152 exp = -exp;
153 if (exp >= BITS_PER_TYPE(u32))
155 zeropre = (((BIT(23) + mantissa) * 100) >> 23) >> exp;
159 shift = 23 - exp;
[all...]
/linux-master/include/linux/
H A Dreciprocal_div.h41 u8 sh, exp; member in struct:reciprocal_value_adv
67 * u8 pre_shift, exp;
76 * exp = rvalue.exp;
86 * if (imm == 1U << exp) {
87 * result = n >> exp;

Completed in 473 milliseconds

1234567891011