Home
last modified time | relevance | path

Searched refs:spd_ext_actions (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c594 struct spd_ext_actions *actp; in fetch_algorithms()
989 struct spd_ext_actions *spd_ext_actions; in ips_conf_to_pfpol_msg() local
1182 spd_ext_actions = (struct spd_ext_actions *)next; in ips_conf_to_pfpol_msg()
1187 ap = (struct spd_attribute *)(&spd_ext_actions[1]); in ips_conf_to_pfpol_msg()
1204 spd_ext_actions->spd_actions_count = act_cnt; in ips_conf_to_pfpol_msg()
1205 spd_ext_actions->spd_actions_len = in ips_conf_to_pfpol_msg()
2038 struct spd_ext_actions *spd_ext_actions; in print_pfpol_msg() local
2138 spd_ext_actions = in print_pfpol_msg()
2250 struct spd_ext_actions *spd_ext_actions; in pfpol_msg_dump() local
2337 spd_ext_actions = (struct spd_ext_actions *)exts[i]; in pfpol_msg_dump()
[all …]
H A Dipsecalgs.c249 struct spd_ext_actions *act; in kernel_synch()
266 act = (struct spd_ext_actions *)(msg + 1); in kernel_synch()
337 struct spd_ext_actions *actp; in list_kernel_algs()
400 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION]; in list_kernel_algs()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c812 struct spd_ext_actions *sactp = in spdsock_ext_to_actvec()
813 (struct spd_ext_actions *)extv[SPD_EXT_ACTION]; in spdsock_ext_to_actvec()
1704 struct spd_ext_actions *act; in spdsock_encode_action_list()
1711 act = (struct spd_ext_actions *)(base + offset); in spdsock_encode_action_list()
2269 struct spd_ext_actions *act; in spdsock_alglist()
2319 act = (struct spd_ext_actions *)cur; in spdsock_alglist()
2401 struct spd_ext_actions *act; in spdsock_dumpalgs()
2424 size = sizeof (spd_msg_t) + sizeof (struct spd_ext_actions); in spdsock_dumpalgs()
2462 act = (struct spd_ext_actions *)cur; in spdsock_dumpalgs()
2551 struct spd_ext_actions *actp; in spdsock_do_updatealg()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h273 struct spd_ext_actions struct