Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c267 act->spd_actions_exttype = SPD_EXT_ACTION; in kernel_synch()
395 if (exts[SPD_EXT_ACTION] == NULL) { in list_kernel_algs()
400 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION]; in list_kernel_algs()
H A Dipsecconf.c649 if (!exts[SPD_EXT_ACTION]) { in fetch_algorithms()
653 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION]; in fetch_algorithms()
1184 spd_ext_actions->spd_actions_exttype = SPD_EXT_ACTION; in ips_conf_to_pfpol_msg()
2133 if (exts[SPD_EXT_ACTION] != NULL) { in print_pfpol_msg()
2139 (struct spd_ext_actions *)exts[SPD_EXT_ACTION]; in print_pfpol_msg()
2336 case SPD_EXT_ACTION: in pfpol_msg_dump()
/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h125 #define SPD_EXT_ACTION 6 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c813 (struct spd_ext_actions *)extv[SPD_EXT_ACTION]; in spdsock_ext_to_actvec()
1713 act->spd_actions_exttype = SPD_EXT_ACTION; in spdsock_encode_action_list()
2323 act->spd_actions_exttype = SPD_EXT_ACTION; in spdsock_alglist()
2466 act->spd_actions_exttype = SPD_EXT_ACTION; in spdsock_dumpalgs()
2564 actp = (struct spd_ext_actions *)extv[SPD_EXT_ACTION]; in spdsock_do_updatealg()