HomeSort by relevance Sort by last modified time
    Searched full:xt_socket (Results 1 - 3 of 3) sorted by null

  /docs/source.android.com/src/devices/tech/datausage/
kernel-changes.jd 25 <li>modified net/netfilter/xt_socket.c</li>
29 <li>xt_qtaguid masquerades as xt_owner and relies on xt_socket and itself relies on the connection tracker.</li>
  /external/iptables/iptables/
xshared.c 248 int i = 0, ret, xt_socket; local
254 xt_socket = socket(AF_UNIX, SOCK_STREAM, 0);
256 if (xt_socket < 0)
260 ret = bind(xt_socket, (struct sockaddr*)&xt_addr,
  /external/iptables/extensions/
libxt_socket.c 8 #include <linux/netfilter/xt_socket.h>

Completed in 1790 milliseconds