Re: [PATCH net-next v8 0/3] net: core: Two Helper function about socket information

2017-03-23 Thread David Miller
From: Chenbo Feng Date: Wed, 22 Mar 2017 17:27:33 -0700 > Introduce two eBpf helper function to get the socket cookie and > socket uid for each packet. The helper function is useful when > the *sk field inside sk_buff is not empty. These helper functions > can be used on socket and uid based traf

[PATCH net-next v8 0/3] net: core: Two Helper function about socket information

2017-03-22 Thread Chenbo Feng
From: Chenbo Feng Introduce two eBpf helper function to get the socket cookie and socket uid for each packet. The helper function is useful when the *sk field inside sk_buff is not empty. These helper functions can be used on socket and uid based traffic monitoring programs. Change since V7: * c