Searched refs:search (Results 1 – 6 of 6) sorted by relevance
/net/netfilter/ |
D | nf_conntrack_amanda.c | 62 } search[] __read_mostly = { variable 119 search[SEARCH_CONNECT].ts); in amanda_help() 122 start += dataoff + search[SEARCH_CONNECT].len; in amanda_help() 125 search[SEARCH_NEWLINE].ts); in amanda_help() 131 off = skb_find_text(skb, start, stop, search[i].ts); in amanda_help() 134 off += start + search[i].len; in amanda_help() 207 for (i = 0; i < ARRAY_SIZE(search); i++) in nf_conntrack_amanda_fini() 208 textsearch_destroy(search[i].ts); in nf_conntrack_amanda_fini() 217 for (i = 0; i < ARRAY_SIZE(search); i++) { in nf_conntrack_amanda_init() 218 search[i].ts = textsearch_prepare(ts_algo, search[i].string, in nf_conntrack_amanda_init() [all …]
|
D | nf_conntrack_ftp.c | 75 } search[IP_CT_DIR_MAX][2] = { variable 446 for (i = 0; i < ARRAY_SIZE(search[dir]); i++) { in help() 448 search[dir][i].pattern, in help() 449 search[dir][i].plen, in help() 450 search[dir][i].skip, in help() 451 search[dir][i].term, in help() 454 search[dir][i].getnum); in help() 463 search[dir][i].pattern); in help() 524 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()
|
D | nf_conntrack_sip.c | 416 if (hdr->search) { in ct_sip_get_header() 417 dptr = ct_sip_header_search(dptr, limit, hdr->search, in ct_sip_get_header() 450 dptr = ct_sip_header_search(dptr, limit, hdr->search, hdr->slen); in ct_sip_next_header() 763 if (hdr->search) { in ct_sip_get_sdp_header() 764 dptr = ct_sdp_header_search(dptr, limit, hdr->search, in ct_sip_get_sdp_header()
|
D | nf_tables_api.c | 1510 char search[NFT_CHAIN_MAXNAMELEN + 1]; in nft_chain_lookup() local 1517 nla_strlcpy(search, nla, sizeof(search)); in nft_chain_lookup() 1524 list = rhltable_lookup(&table->chains_ht, search, nft_chain_ht_params); in nft_chain_lookup() 6073 char search[NFT_OBJ_MAXNAMELEN]; in nft_obj_lookup() local 6077 nla_strlcpy(search, nla, sizeof(search)); in nft_obj_lookup() 6078 k.name = search; in nft_obj_lookup()
|
/net/ipv4/ |
D | Kconfig | 490 called additive increase and binary search increase. When the 493 scalability. Under small congestion windows, binary search
|
/net/core/ |
D | filter.c | 6733 const u8 *op, *opend, *magic, *search = search_res; in BPF_CALL_4() local 6744 search_kind = search[0]; in BPF_CALL_4() 6745 search_len = search[1]; in BPF_CALL_4() 6755 magic = &search[2]; in BPF_CALL_4()
|