Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 101) sorted by relevance

12345

/net/xfrm/
Dxfrm_replay.c24 u32 xfrm_replay_seqhi(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_seqhi()
49 static void xfrm_replay_notify(struct xfrm_state *x, int event) in xfrm_replay_notify()
95 static int xfrm_replay_overflow(struct xfrm_state *x, struct sk_buff *skb) in xfrm_replay_overflow()
116 static int xfrm_replay_check(struct xfrm_state *x, in xfrm_replay_check()
148 static void xfrm_replay_advance(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_advance()
172 static int xfrm_replay_overflow_bmp(struct xfrm_state *x, struct sk_buff *skb) in xfrm_replay_overflow_bmp()
194 static int xfrm_replay_check_bmp(struct xfrm_state *x, in xfrm_replay_check_bmp()
238 static void xfrm_replay_advance_bmp(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_advance_bmp()
286 static void xfrm_replay_notify_bmp(struct xfrm_state *x, int event) in xfrm_replay_notify_bmp()
337 static void xfrm_replay_notify_esn(struct xfrm_state *x, int event) in xfrm_replay_notify_esn()
[all …]
Dxfrm_state.c71 struct xfrm_state *x; in xfrm_hash_transfer() local
331 static void xfrm_state_gc_destroy(struct xfrm_state *x) in xfrm_state_gc_destroy()
359 struct xfrm_state *x; in xfrm_state_gc_task() local
382 struct xfrm_state *x = container_of(thr, struct xfrm_state, mtimer); in xfrm_timer_handler() local
470 struct xfrm_state *x; in xfrm_state_alloc() local
501 void __xfrm_state_destroy(struct xfrm_state *x) in __xfrm_state_destroy()
514 int __xfrm_state_delete(struct xfrm_state *x) in __xfrm_state_delete()
542 int xfrm_state_delete(struct xfrm_state *x) in xfrm_state_delete()
561 struct xfrm_state *x; in xfrm_state_flush_secctx_check() local
593 struct xfrm_state *x; in xfrm_state_flush() local
[all …]
Dxfrm_ipcomp.c42 static int ipcomp_decompress(struct xfrm_state *x, struct sk_buff *skb) in ipcomp_decompress()
110 int ipcomp_input(struct xfrm_state *x, struct sk_buff *skb) in ipcomp_input()
138 static int ipcomp_compress(struct xfrm_state *x, struct sk_buff *skb) in ipcomp_compress()
171 int ipcomp_output(struct xfrm_state *x, struct sk_buff *skb) in ipcomp_output()
328 void ipcomp_destroy(struct xfrm_state *x) in ipcomp_destroy()
341 int ipcomp_init_state(struct xfrm_state *x) in ipcomp_init_state()
Dxfrm_user.c446 static void copy_from_user_state(struct xfrm_state *x, struct xfrm_usersa_info *p) in copy_from_user_state()
468 static void xfrm_update_ae_params(struct xfrm_state *x, struct nlattr **attrs, in xfrm_update_ae_params()
514 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_construct() local
605 struct xfrm_state *x; in xfrm_add_sa() local
646 struct xfrm_state *x = NULL; in xfrm_user_state_lookup() local
679 struct xfrm_state *x; in xfrm_del_sa() local
712 static void copy_to_user_state(struct xfrm_state *x, struct xfrm_usersa_info *p) in copy_to_user_state()
776 static int copy_to_user_state_extra(struct xfrm_state *x, in copy_to_user_state_extra()
855 static int dump_one_state(struct xfrm_state *x, int count, void *ptr) in dump_one_state()
939 struct xfrm_state *x, u32 seq) in xfrm_state_netlink()
[all …]
/net/mac80211/
Dmesh_hwmp.c49 #define AE_F_SET(x) (*x & AE_F) argument
50 #define PREQ_IE_FLAGS(x) (*(x)) argument
51 #define PREQ_IE_HOPCOUNT(x) (*(x + 1)) argument
52 #define PREQ_IE_TTL(x) (*(x + 2)) argument
53 #define PREQ_IE_PREQ_ID(x) u32_field_get(x, 3, 0) argument
54 #define PREQ_IE_ORIG_ADDR(x) (x + 7) argument
55 #define PREQ_IE_ORIG_SN(x) u32_field_get(x, 13, 0) argument
56 #define PREQ_IE_LIFETIME(x) u32_field_get(x, 17, AE_F_SET(x)) argument
57 #define PREQ_IE_METRIC(x) u32_field_get(x, 21, AE_F_SET(x)) argument
58 #define PREQ_IE_TARGET_F(x) (*(AE_F_SET(x) ? x + 32 : x + 26)) argument
[all …]
/net/ceph/crush/
Dmapper.c15 # define BUG_ON(x) assert(!(x)) argument
17 # define kmalloc(x, f) malloc(x) argument
18 # define kfree(x) free(x) argument
70 int x, int r) in bucket_perm_choose()
130 int x, int r) in bucket_uniform_choose()
137 int x, int r) in bucket_list_choose()
172 static int left(int x) in left()
178 static int right(int x) in right()
184 static int terminal(int x) in terminal()
190 int x, int r) in bucket_tree_choose()
[all …]
Dhash.c28 __u32 x = 231232; in crush_hash32_rjenkins1() local
38 __u32 x = 231232; in crush_hash32_rjenkins1_2() local
49 __u32 x = 231232; in crush_hash32_rjenkins1_3() local
62 __u32 x = 231232; in crush_hash32_rjenkins1_4() local
77 __u32 x = 231232; in crush_hash32_rjenkins1_5() local
/net/ipv6/
Dmip6.c130 static int mip6_destopt_input(struct xfrm_state *x, struct sk_buff *skb) in mip6_destopt_input()
149 static int mip6_destopt_output(struct xfrm_state *x, struct sk_buff *skb) in mip6_destopt_output()
209 static int mip6_destopt_reject(struct xfrm_state *x, struct sk_buff *skb, in mip6_destopt_reject()
263 static int mip6_destopt_offset(struct xfrm_state *x, struct sk_buff *skb, in mip6_destopt_offset()
311 static int mip6_destopt_init_state(struct xfrm_state *x) in mip6_destopt_init_state()
335 static void mip6_destopt_destroy(struct xfrm_state *x) in mip6_destopt_destroy()
352 static int mip6_rthdr_input(struct xfrm_state *x, struct sk_buff *skb) in mip6_rthdr_input()
370 static int mip6_rthdr_output(struct xfrm_state *x, struct sk_buff *skb) in mip6_rthdr_output()
399 static int mip6_rthdr_offset(struct xfrm_state *x, struct sk_buff *skb, in mip6_rthdr_offset()
446 static int mip6_rthdr_init_state(struct xfrm_state *x) in mip6_rthdr_init_state()
[all …]
Dipcomp6.c64 struct xfrm_state *x; in ipcomp6_err() local
86 static struct xfrm_state *ipcomp6_tunnel_create(struct xfrm_state *x) in ipcomp6_tunnel_create()
122 static int ipcomp6_tunnel_attach(struct xfrm_state *x) in ipcomp6_tunnel_attach()
150 static int ipcomp6_init_state(struct xfrm_state *x) in ipcomp6_init_state()
Dxfrm6_output.c23 int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb, in xfrm6_find_1stfragopt()
95 int xfrm6_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_extract_output()
108 int xfrm6_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_prepare_output()
137 struct xfrm_state *x = dst->xfrm; in __xfrm6_output() local
Desp6.c144 static int esp6_output(struct xfrm_state *x, struct sk_buff *skb) in esp6_output()
269 struct xfrm_state *x = xfrm_input_state(skb); in esp_input_done2() local
320 static int esp6_input(struct xfrm_state *x, struct sk_buff *skb) in esp6_input()
409 static u32 esp6_get_mtu(struct xfrm_state *x, int mtu) in esp6_get_mtu()
430 struct xfrm_state *x; in esp6_err() local
451 static void esp6_destroy(struct xfrm_state *x) in esp6_destroy()
461 static int esp_init_aead(struct xfrm_state *x) in esp_init_aead()
486 static int esp_init_authenc(struct xfrm_state *x) in esp_init_authenc()
575 static int esp6_init_state(struct xfrm_state *x) in esp6_init_state()
Dxfrm6_mode_transport.c22 static int xfrm6_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_transport_output()
49 static int xfrm6_transport_input(struct xfrm_state *x, struct sk_buff *skb) in xfrm6_transport_input()
/net/bridge/netfilter/
Debt_limit.c25 #define _POW2_BELOW2(x) ((x)|((x)>>1)) argument
26 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) argument
27 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) argument
28 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) argument
29 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) argument
30 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) argument
/net/ipv4/
Dxfrm4_tunnel.c15 static int ipip_output(struct xfrm_state *x, struct sk_buff *skb) in ipip_output()
21 static int ipip_xfrm_rcv(struct xfrm_state *x, struct sk_buff *skb) in ipip_xfrm_rcv()
26 static int ipip_init_state(struct xfrm_state *x) in ipip_init_state()
39 static void ipip_destroy(struct xfrm_state *x) in ipip_destroy()
Dipcomp.c32 struct xfrm_state *x; in ipcomp4_err() local
60 static struct xfrm_state *ipcomp_tunnel_create(struct xfrm_state *x) in ipcomp_tunnel_create()
98 static int ipcomp_tunnel_attach(struct xfrm_state *x) in ipcomp_tunnel_attach()
122 static int ipcomp4_init_state(struct xfrm_state *x) in ipcomp4_init_state()
Dxfrm4_output.c44 int xfrm4_extract_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_extract_output()
57 int xfrm4_prepare_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_prepare_output()
85 struct xfrm_state *x = skb_dst(skb)->xfrm; in __xfrm4_output() local
Desp4.c116 static int esp_output(struct xfrm_state *x, struct sk_buff *skb) in esp_output()
278 struct xfrm_state *x = xfrm_input_state(skb); in esp_input_done2() local
371 static int esp_input(struct xfrm_state *x, struct sk_buff *skb) in esp_input()
454 static u32 esp4_get_mtu(struct xfrm_state *x, int mtu) in esp4_get_mtu()
481 struct xfrm_state *x; in esp4_err() local
507 static void esp_destroy(struct xfrm_state *x) in esp_destroy()
517 static int esp_init_aead(struct xfrm_state *x) in esp_init_aead()
542 static int esp_init_authenc(struct xfrm_state *x) in esp_init_authenc()
631 static int esp_init_state(struct xfrm_state *x) in esp_init_state()
Dah4.c123 struct xfrm_state *x = skb_dst(skb)->xfrm; in ah_output_done() local
145 static int ah_output(struct xfrm_state *x, struct sk_buff *skb) in ah_output()
267 struct xfrm_state *x = xfrm_input_state(skb); in ah_input_done() local
299 static int ah_input(struct xfrm_state *x, struct sk_buff *skb) in ah_input()
439 struct xfrm_state *x; in ah4_err() local
465 static int ah_init_state(struct xfrm_state *x) in ah_init_state()
531 static void ah_destroy(struct xfrm_state *x) in ah_destroy()
Dxfrm4_mode_transport.c21 static int xfrm4_transport_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_transport_output()
43 static int xfrm4_transport_input(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_transport_input()
Dxfrm4_state.c17 static int xfrm4_init_flags(struct xfrm_state *x) in xfrm4_init_flags()
43 xfrm4_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm4_init_temprop()
Dxfrm4_mode_tunnel.c30 static int xfrm4_mode_tunnel_output(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_mode_tunnel_output()
71 static int xfrm4_mode_tunnel_input(struct xfrm_state *x, struct sk_buff *skb) in xfrm4_mode_tunnel_input()
/net/netfilter/
Dxt_limit.c59 #define _POW2_BELOW2(x) ((x)|((x)>>1)) argument
60 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) argument
61 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) argument
62 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) argument
63 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) argument
64 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) argument
Dxt_policy.c38 match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e, in match_xfrm_state()
41 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument
44 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() argument
/net/decnet/
Dsysctl_net_decnet.c62 #define ISNUM(x) (((x) >= '0') && ((x) <= '9')) argument
63 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) argument
64 #define ISUPPER(x) (((x) >= 'A') && ((x) <= 'Z')) argument
65 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x)) argument
66 #define INVALID_END_CHAR(x) (ISNUM(x) || ISALPHA(x)) argument
/net/netfilter/ipset/
Dip_set_bitmap_gen.h121 void *x = get_ext(set, map, e->id); in mtype_test() local
142 void *x = get_ext(set, map, e->id); in mtype_add() local
177 void *x = get_ext(set, map, e->id); in mtype_del() local
192 mtype_is_filled(const struct mtype_elem *x) in mtype_is_filled()
204 void *x; in mtype_list() local
258 void *x; in mtype_gc() local

12345