Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dnft_set_pipapo.c1896 int b, x0, x1; local
1898 x0 = -1;
1905 if (test_bit(first_rule, pos) && x0 == -1)
1906 x0 = b;
1911 *l |= x0 << (BITS_PER_BYTE - f->bb - bit_offset);
1921 if (x1 - x0 == 0)
1923 else if (x1 - x0 == 1)
1925 else if (x1 - x0 == 3)
1927 else if (x1 - x0 == 7)
DKconfig874 The DSCP field can have any value between 0x0 and 0x3f inclusive.
1293 The DSCP field can have any value between 0x0 and 0x3f inclusive.
/net/xfrm/
Dxfrm_state.c1078 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1128 (x0 = __xfrm_state_lookup(net, mark, daddr, tmpl->id.spi, in xfrm_state_find()
1130 to_put = x0; in xfrm_state_find()
2047 struct xfrm_state *x0; in xfrm_alloc_spi() local
2065 x0 = xfrm_state_lookup(net, mark, &x->id.daddr, minspi, x->id.proto, x->props.family); in xfrm_alloc_spi()
2066 if (x0) { in xfrm_alloc_spi()
2067 xfrm_state_put(x0); in xfrm_alloc_spi()
2075 x0 = xfrm_state_lookup(net, mark, &x->id.daddr, htonl(spi), x->id.proto, x->props.family); in xfrm_alloc_spi()
2076 if (x0 == NULL) { in xfrm_alloc_spi()
2080 xfrm_state_put(x0); in xfrm_alloc_spi()