Searched hist:"4 fe77d82ef80c77031c9c6f8554cd0dee2aa423a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/tc_act/ |
H A D | tc_skbedit.h | diff 4fe77d82ef80c77031c9c6f8554cd0dee2aa423a Mon Oct 24 07:32:57 CDT 2016 Antonio Quartulli <a@unstable.cc> skbedit: allow the user to specify bitmask for mark
The user may want to use only some bits of the skb mark in his skbedit rules because the remaining part might be used by something else.
Introduce the "mask" parameter to the skbedit actor in order to implement such functionality.
When the mask is specified, only those bits selected by the latter are altered really changed by the actor, while the rest is left untouched.
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/tc_act/ |
H A D | tc_skbedit.h | diff 4fe77d82ef80c77031c9c6f8554cd0dee2aa423a Mon Oct 24 07:32:57 CDT 2016 Antonio Quartulli <a@unstable.cc> skbedit: allow the user to specify bitmask for mark
The user may want to use only some bits of the skb mark in his skbedit rules because the remaining part might be used by something else.
Introduce the "mask" parameter to the skbedit actor in order to implement such functionality.
When the mask is specified, only those bits selected by the latter are altered really changed by the actor, while the rest is left untouched.
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | act_skbedit.c | diff 4fe77d82ef80c77031c9c6f8554cd0dee2aa423a Mon Oct 24 07:32:57 CDT 2016 Antonio Quartulli <a@unstable.cc> skbedit: allow the user to specify bitmask for mark
The user may want to use only some bits of the skb mark in his skbedit rules because the remaining part might be used by something else.
Introduce the "mask" parameter to the skbedit actor in order to implement such functionality.
When the mask is specified, only those bits selected by the latter are altered really changed by the actor, while the rest is left untouched.
Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|