Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2018-09-06 15:59:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Writing network flow dissectors in BPF
Network packet headers contain a great deal of information, but the
kernel often only needs a subset of that information to be able to perform
filtering or associate any given packet with a flow. The piece of code that
follows the different layers of packet encapsulation to find the important
data is called a flow dissector. In current Linux kernels, the flow
dissector

is written in C. A patch set has been
proposed recently to implement it in BPF with the clear goal of improving
security, flexibility, and maybe even performance.


(Читать комментарии) (Добавить комментарий)