mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
11 lines
210 B
C
11 lines
210 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
#ifndef BOND_ACTIVE_H
|
||
|
#define BOND_ACTIVE_H
|
||
|
|
||
|
#include <bpf/libbpf.h>
|
||
|
|
||
|
int get_bond_active_ifindex(int bond_ifindex);
|
||
|
int get_netns_cookie(__u64 *cookie);
|
||
|
|
||
|
#endif
|