Searched refs:inet_diag_bc_op (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/misc/ |
D | ss.c | 1179 struct inet_diag_bc_op *op = (struct inet_diag_bc_op*)a; in ssfilter_patch() 1195 ((struct inet_diag_bc_op*)*bytecode)[0] = (struct inet_diag_bc_op){ INET_DIAG_BC_AUTO, 4, 8 }; in ssfilter_bytecompile() 1219 struct inet_diag_bc_op *op = (struct inet_diag_bc_op *)ptr; in ssfilter_bytecompile() 1224 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 }; in ssfilter_bytecompile() 1231 op = (struct inet_diag_bc_op *)ptr; in ssfilter_bytecompile() 1232 *op = (struct inet_diag_bc_op){ INET_DIAG_BC_JMP, 4, len - (ptr-*bytecode)}; in ssfilter_bytecompile() 1242 ((struct inet_diag_bc_op*)*bytecode)[0] = (struct inet_diag_bc_op){ INET_DIAG_BC_D_GE, 8, 12 }; in ssfilter_bytecompile() 1243 ((struct inet_diag_bc_op*)*bytecode)[1] = (struct inet_diag_bc_op){ 0, 0, x->port }; in ssfilter_bytecompile() 1250 ((struct inet_diag_bc_op*)*bytecode)[0] = (struct inet_diag_bc_op){ INET_DIAG_BC_D_LE, 8, 12 }; in ssfilter_bytecompile() 1251 ((struct inet_diag_bc_op*)*bytecode)[1] = (struct inet_diag_bc_op){ 0, 0, x->port }; in ssfilter_bytecompile() [all …]
|
/external/iproute2/include/linux/ |
D | inet_diag.h | 59 struct inet_diag_bc_op { struct
|
/external/kernel-headers/original/uapi/linux/ |
D | inet_diag.h | 76 struct inet_diag_bc_op { struct
|