Searched refs:secasindex (Results 1 – 14 of 14) sorted by relevance
| /freebsd-head/sys/netipsec/ |
| HD | key.h | 47 struct secasindex; 70 const struct secasindex *, int *); 71 struct secasvar *key_allocsa_tcpmd5(struct secasindex *);
|
| HD | key_debug.h | 78 struct secasindex; 92 void kdebug_secasindex(const struct secasindex *, const char *);
|
| HD | keydb.h | 62 struct secasindex { struct 114 struct secasindex saidx; 253 struct secasindex saidx;
|
| HD | xform_tcp.c | 270 struct secasindex saidx; in tcp_ipsec_input() 315 struct secasindex saidx; in tcp_ipsec_output()
|
| HD | key.c | 589 bzero((idx), sizeof(struct secasindex)); \ 673 static struct secashead *key_newsah(struct secasindex *); 677 struct secasindex *, uint32_t, int *); 680 static struct secashead *key_getsah(struct secasindex *); 687 const struct sadb_msghdr *, struct secasvar *, struct secasindex *); 712 static int key_cmpsaidx(const struct secasindex *, 713 const struct secasindex *, int); 724 static uint32_t key_do_getnewspi(struct sadb_spirange *, struct secasindex *); 735 const struct sadb_msghdr *, struct secasindex *); 743 static struct mbuf *key_getprop(const struct secasindex *); [all …]
|
| HD | ipsec_output.c | 109 static int ipsec_encap(struct mbuf **mp, struct secasindex *saidx); 117 struct secasindex *saidx, tmpsaidx; in ipsec4_allocsa() 542 struct secasindex *saidx, tmpsaidx; in ipsec6_allocsa() 907 struct secasindex *saidx; in ipsec_process_done() 1144 ipsec_encap(struct mbuf **mp, struct secasindex *saidx) in ipsec_encap()
|
| HD | ipsec_input.c | 348 struct secasindex *saidx; in ipsec4_common_input_cb() 599 struct secasindex *saidx; in ipsec6_common_input_cb()
|
| HD | ipsec.h | 72 struct secasindex saidx;/* hint for search proper SA */
|
| HD | xform_esp.c | 500 struct secasindex *saidx; in esp_input_cb() 702 struct secasindex *saidx; in esp_output()
|
| HD | xform_ipcomp.c | 289 struct secasindex *saidx; in ipcomp_input_cb()
|
| HD | key_debug.c | 765 kdebug_secasindex(const struct secasindex *saidx, const char *indent) in kdebug_secasindex()
|
| HD | xform_ah.c | 698 struct secasindex *saidx; in ah_input_cb()
|
| /freebsd-head/sys/net/ |
| HD | if_ipsec.c | 339 static struct secasindex * 456 struct secasindex *saidx; in ipsec_if_input() 526 struct secasindex *saidx; in ipsec_ioctl() 787 struct secasindex *saidx; in ipsec_set_running() 822 struct secasindex *saidx; in ipsec_srcaddr() 965 struct secasindex *saidx; in ipsec_set_reqid() 1007 struct secasindex *saidx; in ipsec_set_addresses()
|
| /freebsd-head/sys/dev/mlx5/mlx5_accel/ |
| HD | mlx5_ipsec.c | 160 struct secasindex *saidx = &savp->sah->saidx; in mlx5e_ipsec_build_accel_xfrm_attrs() 252 struct secasindex *saidx = &savp->sah->saidx; in mlx5e_xfrm_validate_state()
|