Searched refs:spd_ext_actions (Results 1 – 4 of 4) sorted by relevance
594 struct spd_ext_actions *actp; in fetch_algorithms()653 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION]; in fetch_algorithms()989 struct spd_ext_actions *spd_ext_actions; in ips_conf_to_pfpol_msg() local1182 spd_ext_actions = (struct spd_ext_actions *)next; in ips_conf_to_pfpol_msg()1184 spd_ext_actions->spd_actions_exttype = SPD_EXT_ACTION; 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()1206 SPD_8TO64((uintptr_t)next - (uintptr_t)spd_ext_actions); in ips_conf_to_pfpol_msg()2038 struct spd_ext_actions *spd_ext_actions; in print_pfpol_msg() local[all …]
249 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()
812 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()2295 size = sizeof (spd_msg_t) + sizeof (struct spd_ext_actions) + 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()[all …]
273 struct spd_ext_actions struct