Searched hist:cfdf64a03406351a9d6c1fe568a141a9a85d4710 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | seg6_local.c | diff cfdf64a03406351a9d6c1fe568a141a9a85d4710 Wed Dec 02 07:05:13 CST 2020 Andrea Mayer <andrea.mayer@uniroma2.it> seg6: add callbacks for customizing the creation/destruction of a behavior
We introduce two callbacks used for customizing the creation/destruction of a SRv6 behavior. Such callbacks are defined in the new struct seg6_local_lwtunnel_ops and hereafter we provide a brief description of them:
- build_state(...): used for calling the custom constructor of the behavior during its initialization phase and after all the attributes have been parsed successfully;
- destroy_state(...): used for calling the custom destructor of the behavior before it is completely destroyed.
Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|