Searched refs:li (Results 1 – 7 of 7) sorted by relevance
| /net/netfilter/ |
| A D | nft_log.c | 154 li->type = NF_LOG_TYPE_LOG; in nft_log_init() 159 li->type = NF_LOG_TYPE_ULOG; in nft_log_init() 174 switch (li->type) { in nft_log_init() 177 li->u.log.level = in nft_log_init() 188 li->u.log.logflags = in nft_log_init() 200 li->u.ulog.copy_len = in nft_log_init() 204 li->u.ulog.qthreshold = in nft_log_init() 253 switch (li->type) { in nft_log_dump() 258 if (li->u.log.logflags) { in nft_log_dump() 260 htonl(li->u.log.logflags))) in nft_log_dump() [all …]
|
| A D | xt_NFLOG.c | 25 struct nf_loginfo li; in nflog_tg() local 27 li.type = NF_LOG_TYPE_ULOG; in nflog_tg() 28 li.u.ulog.copy_len = info->len; in nflog_tg() 29 li.u.ulog.group = info->group; in nflog_tg() 30 li.u.ulog.qthreshold = info->threshold; in nflog_tg() 31 li.u.ulog.flags = 0; in nflog_tg() 34 li.u.ulog.flags |= NF_LOG_F_COPY_LEN; in nflog_tg() 37 xt_out(par), &li, "%s", info->prefix); in nflog_tg()
|
| A D | xt_LOG.c | 33 struct nf_loginfo li; in log_tg() local 35 li.type = NF_LOG_TYPE_LOG; in log_tg() 36 li.u.log.level = loginfo->level; in log_tg() 37 li.u.log.logflags = loginfo->logflags; in log_tg() 40 xt_out(par), &li, "%s", loginfo->prefix); in log_tg()
|
| A D | nfnetlink_log.c | 696 const struct nf_loginfo *li; in nfulnl_log_packet() local 705 li = li_user; in nfulnl_log_packet() 707 li = &default_loginfo; in nfulnl_log_packet() 709 inst = instance_lookup_get_rcu(log, li->u.ulog.group); in nfulnl_log_packet() 762 if (li->u.ulog.qthreshold) in nfulnl_log_packet() 763 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet() 764 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet() 775 if ((li->u.ulog.flags & NF_LOG_F_COPY_LEN) && in nfulnl_log_packet() 776 (li->u.ulog.copy_len < data_len)) in nfulnl_log_packet() 777 data_len = li->u.ulog.copy_len; in nfulnl_log_packet()
|
| /net/bridge/netfilter/ |
| A D | ebt_nflog.c | 28 struct nf_loginfo li; in ebt_nflog_tg() local 30 li.type = NF_LOG_TYPE_ULOG; in ebt_nflog_tg() 31 li.u.ulog.copy_len = info->len; in ebt_nflog_tg() 32 li.u.ulog.group = info->group; in ebt_nflog_tg() 33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg() 34 li.u.ulog.flags = 0; in ebt_nflog_tg() 37 xt_out(par), &li, "%s", info->prefix); in ebt_nflog_tg()
|
| A D | ebt_log.c | 182 struct nf_loginfo li; in ebt_log_tg() local 185 li.type = NF_LOG_TYPE_LOG; in ebt_log_tg() 186 li.u.log.level = info->loglevel; in ebt_log_tg() 187 li.u.log.logflags = info->bitmask; in ebt_log_tg() 195 xt_in(par), xt_out(par), &li, "%s", in ebt_log_tg() 199 xt_in(par), xt_out(par), &li, info->prefix); in ebt_log_tg()
|
| /net/qrtr/ |
| A D | ns.c | 54 struct list_head li; member 271 struct list_head *li; in server_del() local 285 lookup = container_of(li, struct qrtr_lookup, li); in server_del() 394 struct list_head *li; in ctrl_cmd_del_client() local 412 lookup = container_of(li, struct qrtr_lookup, li); in ctrl_cmd_del_client() 418 list_del(&lookup->li); in ctrl_cmd_del_client() 463 struct list_head *li; in ctrl_cmd_new_server() local 486 lookup = container_of(li, struct qrtr_lookup, li); in ctrl_cmd_new_server() 570 struct list_head *li; in ctrl_cmd_del_lookup() local 573 lookup = container_of(li, struct qrtr_lookup, li); in ctrl_cmd_del_lookup() [all …]
|
Completed in 16 milliseconds