The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Macros | Functions
load_balance.c File Reference

Implementation of the unlang "load-balance" keyword. More...

#include <freeradius-devel/server/rcode.h>
#include <freeradius-devel/util/hash.h>
#include <freeradius-devel/util/rand.h>
#include "unlang_priv.h"
#include "load_balance_priv.h"
+ Include dependency graph for load_balance.c:

Go to the source code of this file.

Macros

#define unlang_redundant_load_balance   unlang_load_balance
 

Functions

static unlang_tcompile_load_balance_subsection (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_SECTION *cs, unlang_type_t type)
 
static void compile_redundant_actions (unlang_t *c)
 
static unlang_tunlang_compile_load_balance (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci)
 
static unlang_tunlang_compile_redundant_load_balance (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci)
 
static unlang_action_t unlang_load_balance (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
void unlang_load_balance_init (void)
 
static unlang_action_t unlang_load_balance_next (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 

Detailed Description

Implementation of the unlang "load-balance" keyword.

Id
93a27d43d786d2f4928dff836f9cb0515da3c68e

Definition in file load_balance.c.

Macro Definition Documentation

◆ unlang_redundant_load_balance

#define unlang_redundant_load_balance   unlang_load_balance

Definition at line 32 of file load_balance.c.

Function Documentation

◆ compile_load_balance_subsection()

static unlang_t * compile_load_balance_subsection ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_SECTION cs,
unlang_type_t  type 
)
static

Definition at line 209 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ compile_redundant_actions()

static void compile_redundant_actions ( unlang_t c)
static

Definition at line 310 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_compile_load_balance()

static unlang_t * unlang_compile_load_balance ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_ITEM const *  ci 
)
static

Definition at line 305 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_compile_redundant_load_balance()

static unlang_t * unlang_compile_redundant_load_balance ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_ITEM const *  ci 
)
static

Definition at line 342 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_load_balance()

static unlang_action_t unlang_load_balance ( unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 97 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_load_balance_init()

void unlang_load_balance_init ( void  )

Definition at line 354 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_load_balance_next()

static unlang_action_t unlang_load_balance_next ( unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 34 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: