Searched defs:protocol_param (Results 1 – 4 of 4) sorted by relevance
17 struct protocol_param { struct18 struct protocol_param *next; argument19 char *name;20 long int value;
1991 int bpf_param(struct protocol_param *protocol_param, const char *name, int *val) in bpf_param()