libnl 3.7.0
|
Attribute Modifications | |
void | rtnl_u32_set_handle (struct rtnl_cls *cls, int htid, int hash, int nodeid) |
int | rtnl_u32_set_classid (struct rtnl_cls *cls, uint32_t classid) |
int | rtnl_u32_get_classid (struct rtnl_cls *cls, uint32_t *classid) |
int | rtnl_u32_set_divisor (struct rtnl_cls *cls, uint32_t divisor) |
int | rtnl_u32_set_link (struct rtnl_cls *cls, uint32_t link) |
int | rtnl_u32_set_hashtable (struct rtnl_cls *cls, uint32_t ht) |
int | rtnl_u32_set_hashmask (struct rtnl_cls *cls, uint32_t hashmask, uint32_t offset) |
int | rtnl_u32_set_selector (struct rtnl_cls *cls, int offoff, uint32_t offmask, char offshift, uint16_t off, char flags) |
int | rtnl_u32_set_cls_terminal (struct rtnl_cls *cls) |
int | rtnl_u32_add_action (struct rtnl_cls *cls, struct rtnl_act *act) |
struct rtnl_act * | rtnl_u32_get_action (struct rtnl_cls *cls) |
int | rtnl_u32_del_action (struct rtnl_cls *cls, struct rtnl_act *act) |
Selector Modifications | |
int | rtnl_u32_set_flags (struct rtnl_cls *cls, int flags) |
int | rtnl_u32_add_key (struct rtnl_cls *cls, uint32_t val, uint32_t mask, int off, int offmask) |
Append new 32-bit key to the selector. More... | |
int | rtnl_u32_add_mark (struct rtnl_cls *cls, uint32_t val, uint32_t mask) |
int | rtnl_u32_del_mark (struct rtnl_cls *cls) |
int | rtnl_u32_get_key (struct rtnl_cls *cls, uint8_t index, uint32_t *val, uint32_t *mask, int *off, int *offmask) |
Get the 32-bit key from the selector. More... | |
int | rtnl_u32_add_key_uint8 (struct rtnl_cls *cls, uint8_t val, uint8_t mask, int off, int offmask) |
int | rtnl_u32_add_key_uint16 (struct rtnl_cls *cls, uint16_t val, uint16_t mask, int off, int offmask) |
Append new selector key to match a 16-bit number. More... | |
int | rtnl_u32_add_key_uint32 (struct rtnl_cls *cls, uint32_t val, uint32_t mask, int off, int offmask) |
Append new selector key to match a 32-bit number. More... | |
int | rtnl_u32_add_key_in_addr (struct rtnl_cls *cls, const struct in_addr *addr, uint8_t bitmask, int off, int offmask) |
int | rtnl_u32_add_key_in6_addr (struct rtnl_cls *cls, const struct in6_addr *addr, uint8_t bitmask, int off, int offmask) |
void rtnl_u32_set_handle | ( | struct rtnl_cls * | cls, |
int | htid, | ||
int | hash, | ||
int | nodeid | ||
) |
int rtnl_u32_set_classid | ( | struct rtnl_cls * | cls, |
uint32_t | classid | ||
) |
int rtnl_u32_get_classid | ( | struct rtnl_cls * | cls, |
uint32_t * | classid | ||
) |
int rtnl_u32_set_divisor | ( | struct rtnl_cls * | cls, |
uint32_t | divisor | ||
) |
int rtnl_u32_set_link | ( | struct rtnl_cls * | cls, |
uint32_t | link | ||
) |
int rtnl_u32_set_hashtable | ( | struct rtnl_cls * | cls, |
uint32_t | ht | ||
) |
int rtnl_u32_set_hashmask | ( | struct rtnl_cls * | cls, |
uint32_t | hashmask, | ||
uint32_t | offset | ||
) |
int rtnl_u32_set_selector | ( | struct rtnl_cls * | cls, |
int | offoff, | ||
uint32_t | offmask, | ||
char | offshift, | ||
uint16_t | off, | ||
char | flags | ||
) |
int rtnl_u32_add_action | ( | struct rtnl_cls * | cls, |
struct rtnl_act * | act | ||
) |
struct rtnl_act * rtnl_u32_get_action | ( | struct rtnl_cls * | cls | ) |
int rtnl_u32_del_action | ( | struct rtnl_cls * | cls, |
struct rtnl_act * | act | ||
) |
int rtnl_u32_add_key | ( | struct rtnl_cls * | cls, |
uint32_t | val, | ||
uint32_t | mask, | ||
int | off, | ||
int | offmask | ||
) |
Append new 32-bit key to the selector.
cls | classifier to be modifier |
val | value to be matched (network byte-order) |
mask | mask to be applied before matching (network byte-order) |
off | offset, in bytes, to start matching |
offmask | offset mask |
General selectors define the pattern, mask and offset the pattern will be matched to the packet contents. Using the general selectors you can match virtually any single bit in the IP (or upper layer) header.
Definition at line 685 of file u32.c.
References nl_data_append(), rtnl_tc_data(), and TC_CAST.
Referenced by rtnl_u32_add_key_uint16(), and rtnl_u32_add_key_uint32().
int rtnl_u32_add_mark | ( | struct rtnl_cls * | cls, |
uint32_t | val, | ||
uint32_t | mask | ||
) |
int rtnl_u32_get_key | ( | struct rtnl_cls * | cls, |
uint8_t | index, | ||
uint32_t * | val, | ||
uint32_t * | mask, | ||
int * | off, | ||
int * | offmask | ||
) |
Get the 32-bit key from the selector.
cls | classifier to be retrieve |
index | the index of the array of keys, start with 0 |
val | pointer to store value after masked (network byte-order) |
mask | pointer to store the mask (network byte-order) |
off | pointer to store the offset |
offmask | pointer to store offset mask |
Definition at line 770 of file u32.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_u32_add_key_uint8 | ( | struct rtnl_cls * | cls, |
uint8_t | val, | ||
uint8_t | mask, | ||
int | off, | ||
int | offmask | ||
) |
int rtnl_u32_add_key_uint16 | ( | struct rtnl_cls * | cls, |
uint16_t | val, | ||
uint16_t | mask, | ||
int | off, | ||
int | offmask | ||
) |
Append new selector key to match a 16-bit number.
cls | classifier to be modified |
val | value to be matched (host byte-order) |
mask | mask to be applied before matching (host byte-order) |
off | offset, in bytes, to start matching |
offmask | offset mask |
Definition at line 813 of file u32.c.
References rtnl_u32_add_key().
int rtnl_u32_add_key_uint32 | ( | struct rtnl_cls * | cls, |
uint32_t | val, | ||
uint32_t | mask, | ||
int | off, | ||
int | offmask | ||
) |
Append new selector key to match a 32-bit number.
cls | classifier to be modified |
val | value to be matched (host byte-order) |
mask | mask to be applied before matching (host byte-order) |
off | offset, in bytes, to start matching |
offmask | offset mask |
Definition at line 834 of file u32.c.
References rtnl_u32_add_key().
int rtnl_u32_add_key_in_addr | ( | struct rtnl_cls * | cls, |
const struct in_addr * | addr, | ||
uint8_t | bitmask, | ||
int | off, | ||
int | offmask | ||
) |